python312Packages.niapy: 2.1.0 -> 2.3.1

Diff: https://github.com/NiaOrg/NiaPy/compare/refs/tags/v2.1.0...v2.3.1

Changelog: https://github.com/NiaOrg/NiaPy/releases/tag/2.3.1
This commit is contained in:
Fabian Affolter 2024-05-18 14:01:03 +02:00
parent 1814b56453
commit 39b93fc4ee

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "niapy";
version = "2.1.0";
version = "2.3.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "NiaOrg";
repo = "NiaPy";
rev = "refs/tags/${version}";
rev = "refs/tags/v${version}";
hash = "sha256-cT5CU1r3LZ9ValJwRUA0PaISmF6kXAz40alXbWYogGA=";
};