0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.fireflyalgorithm: 0.4.4 -> 0.4.5

This commit is contained in:
R. Ryantm 2024-08-08 14:41:20 +00:00
parent 9c420403d4
commit 99e7e19c82

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "fireflyalgorithm";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "firefly-cpp";
repo = "FireflyAlgorithm";
rev = "refs/tags/${version}";
hash = "sha256-xsTgSHBtN4gGw+9YvprcLubnCXSNRdn4abcz391cMEE=";
hash = "sha256-dJnjeJN9NI8G/haYeOiMtAl56cExqMk0iTWpaybl4nE=";
};
nativeBuildInputs = [ poetry-core ];