Skip to content

Commit 169063d

Browse files
authored
python312Packages.rns: 0.8.6 -> 0.8.7, python312Packages.nomadnet: 0.5.4 -> 0.5.5 (NixOS#363954)
2 parents 8d844e0 + c9bd8da commit 169063d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

1313
buildPythonPackage rec {
1414
pname = "nomadnet";
15-
version = "0.5.4";
15+
version = "0.5.6";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "markqvist";
2222
repo = "NomadNet";
2323
rev = "refs/tags/${version}";
24-
hash = "sha256-4dHxwTHDe8aE/FFtf9jhOO1Wf3uU7KjBa/ngj8o5iMY=";
24+
hash = "sha256-dwymJIsMDeVsG7eF45CgUPlZf3sEdwnxZ8OxT+gEQCs=";
2525
};
2626

2727
build-system = [ setuptools ];

pkgs/development/python-modules/rns/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 = "rns";
16-
version = "0.8.6";
16+
version = "0.8.8";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "markqvist";
2323
repo = "Reticulum";
2424
rev = "refs/tags/${version}";
25-
hash = "sha256-LvtiK/j6EuXqBOj04x6aWoLOfhukFQxVsEzT/SWvcHU=";
25+
hash = "sha256-Vsh5C0IlOz8/Jw0ya1bOGsNiBQTXJwTWUBcDFs5Zp+0=";
2626
};
2727

2828
patches = [

0 commit comments

Comments
 (0)