python312Packages.rns: 0.8.1 -> 0.8.2, python312Packages.nomadnet: 0.5.3 -> 0.5.4 (#347040)

This commit is contained in:
Fabian Affolter
2024-10-07 14:40:03 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "nomadnet";
version = "0.5.3";
version = "0.5.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "NomadNet";
rev = "refs/tags/${version}";
hash = "sha256-7LzReT1iuCbZYNJWjDriMaCljLzpyKWfCX6HjTt18ls=";
hash = "sha256-4dHxwTHDe8aE/FFtf9jhOO1Wf3uU7KjBa/ngj8o5iMY=";
};
build-system = [ setuptools ];
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.8.1";
version = "0.8.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-S0IqMlNoOMzA+Dei1D111Jcj41jYNzzUjpTxUWlN3s0=";
hash = "sha256-H3n3TywMkyefX5X6QhjX73dy9xCnLRjJh0cmx8HSdVU=";
};
patches = [