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 a139727 + 5347875 commit 7a5f539Copy full SHA for 7a5f539
pkgs/development/python-modules/niaarm/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "niaarm";
19
- version = "0.3.12";
+ version = "0.3.13";
20
format = "pyproject";
21
22
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "firefly-cpp";
26
repo = "NiaARM";
27
tag = version;
28
- hash = "sha256-rYFfLtPJgIdSjRIzDIQeHwoQm9NrI6nM3/BF7wAMr1Y=";
+ hash = "sha256-nDgGX5KbthOBXX5jg99fGT28ZuBx0Hxb+aHak3Uvjoc=";
29
};
30
31
pythonRelaxDeps = [
0 commit comments