File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage 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 ] ;
Original file line number Diff line number Diff line change 1313
1414buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments