Skip to content

Commit 1811dd1

Browse files
authored
python312Packages.niaaml: 2.1.0 -> 2.1.1 (NixOS#374553)
2 parents 67fcbad + 9407fd5 commit 1811dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/niaaml/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "niaaml";
19-
version = "2.1.0";
19+
version = "2.1.1";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "firefly-cpp";
2626
repo = "NiaAML";
2727
tag = version;
28-
hash = "sha256-VMZLEirE01Q9eyQIhV18PepGWmBcxLIwNeuVf7EuSWE=";
28+
hash = "sha256-3wr+72j/0HR9gRwxdzP4QyLKFaobkrD4QwTtiAUik0Q=";
2929
};
3030

3131
pythonRelaxDeps = [

0 commit comments

Comments
 (0)