Merge pull request #280892 from r-ryantm/auto-update/python311Packages.fireflyalgorithm
python311Packages.fireflyalgorithm: 0.3.4 -> 0.4.4
This commit is contained in:
commit
503ee50f70
1 changed files with 6 additions and 6 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue