python311Packages.niaaml: 1.1.12 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-02-17 11:51:16 +00:00
parent e51ce7cd44
commit 0b774d5133

View file

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