python3Packages.niapy: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm
2025-11-29 21:48:46 +00:00
parent e1a33b0feb
commit dcd19686f0
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "niapy";
version = "2.6.0";
version = "2.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "NiaOrg";
repo = "NiaPy";
tag = "v${version}";
hash = "sha256-o/JHFPsYMHxSkUMfRbR3SJawbzTsoh6ae0pyxLd1bAs=";
hash = "sha256-5Cxxug/FyucU+MkWXMtH43AembfZ/kj5r8nId5664z8=";
};
build-system = [ poetry-core ];