Skip to content

Commit 78efc5b

Browse files
committed
python311Packages.niaarm: 0.3.5 -> 0.3.6
1 parent 5af80ac commit 78efc5b

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
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "niaarm";
16-
version = "0.3.5";
16+
version = "0.3.6";
1717
format = "pyproject";
1818

1919
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "firefly-cpp";
2323
repo = "NiaARM";
2424
rev = "refs/tags/${version}";
25-
hash = "sha256-E5G1uVDSErqwxTBNQ7qselemW9A3W8sr3ExPEh+1les=";
25+
hash = "sha256-DOTeo5ZPZQR56E78pAKQ3DXarIUHhxXoZu0fISDr6fw=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)