Fabian Affolter
2024-06-24 22:17:04 +02:00
parent 9ed27f4670
commit 0abab2d0bf
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "justnimbus";
version = "0.7.3";
version = "0.7.4";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "kvanzuijlen";
repo = "justnimbus";
rev = "refs/tags/${version}";
hash = "sha256-JO8T0JItkkNHxlnDKOO8kM9KSzT7QML4sszPymgXSBA=";
hash = "sha256-FsuvpmMWBYI1LheO3NFfCeaW4m3YQ41Tc81TP3gdNqo=";
};
nativeBuildInputs = [ poetry-core ];