Merge pull request #280892 from r-ryantm/auto-update/python311Packages.fireflyalgorithm

python311Packages.fireflyalgorithm: 0.3.4 -> 0.4.4
This commit is contained in:
Nick Cao 2024-01-14 11:54:41 -05:00 committed by GitHub
commit 503ee50f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,17 +8,17 @@
}:
buildPythonPackage rec {
pname = "FireflyAlgorithm";
version = "0.3.4";
format = "pyproject";
pname = "fireflyalgorithm";
version = "0.4.4";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "firefly-cpp";
repo = pname;
repo = "FireflyAlgorithm";
rev = "refs/tags/${version}";
hash = "sha256-rJOcPQU/oz/qP787OpZsfbjSsT2dWvhJLTs4N5TriWc=";
hash = "sha256-xsTgSHBtN4gGw+9YvprcLubnCXSNRdn4abcz391cMEE=";
};
nativeBuildInputs = [