python3Packages.niaaml: 2.1.2 -> 2.2.0 (#469828)

This commit is contained in:
Nick Cao
2025-12-11 20:48:28 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "niaaml";
version = "2.1.2";
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "firefly-cpp";
repo = "NiaAML";
tag = version;
hash = "sha256-i5hjmvN9qJCGVDmRDBTiaNQn+1kZHr2iWNnD7GUimr4=";
hash = "sha256-AUQhdJc2nSuggV6zNOMihVJIbHAQX6EXsnhn97Tp35A=";
};
pythonRelaxDeps = [