We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67fcbad + 9407fd5 commit 1811dd1Copy full SHA for 1811dd1
pkgs/development/python-modules/niaaml/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "niaaml";
19
- version = "2.1.0";
+ version = "2.1.1";
20
pyproject = true;
21
22
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "firefly-cpp";
26
repo = "NiaAML";
27
tag = version;
28
- hash = "sha256-VMZLEirE01Q9eyQIhV18PepGWmBcxLIwNeuVf7EuSWE=";
+ hash = "sha256-3wr+72j/0HR9gRwxdzP4QyLKFaobkrD4QwTtiAUik0Q=";
29
};
30
31
pythonRelaxDeps = [
0 commit comments