Skip to content

Commit 5347875

Browse files
committed
python312Packages.niaarm: 0.3.12 -> 0.3.13
1 parent 3ca2ced commit 5347875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/niaarm/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 = "niaarm";
19-
version = "0.3.12";
19+
version = "0.3.13";
2020
format = "pyproject";
2121

2222
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "firefly-cpp";
2626
repo = "NiaARM";
2727
tag = version;
28-
hash = "sha256-rYFfLtPJgIdSjRIzDIQeHwoQm9NrI6nM3/BF7wAMr1Y=";
28+
hash = "sha256-nDgGX5KbthOBXX5jg99fGT28ZuBx0Hxb+aHak3Uvjoc=";
2929
};
3030

3131
pythonRelaxDeps = [

0 commit comments

Comments
 (0)