Merge pull request #322258 from fabaff/justnimbus-bump

python312Packages.justnimbus: 0.7.3 -> 0.7.4
This commit is contained in:
Fabian Affolter 2024-06-24 23:57:42 +02:00 committed by GitHub
commit 9c53191850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];