python311Packages.niaaml: 1.2.0 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-05-05 03:52:28 +00:00
parent 14e704d967
commit 40698337b3

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "niaaml";
version = "1.2.0";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "lukapecnik";
repo = "NiaAML";
rev = "refs/tags/${version}";
hash = "sha256-jGbsxYlRJ81g74LqSKpquciPsLP+KSoNBTJPEaD/CHM=";
hash = "sha256-d6UlpMrT0GBZlcD1BCZxInXTdyFMBVltxnSyUFbSy0g=";
};
pythonRelaxDeps = [