summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-03 22:49:49 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-03 22:49:49 +0100
commiteba88ece4e1b3c8bb6b784cefe697352b24ea0f8 (patch)
treefc420e6fd0aaa01890964d3fdd899d6ffe818d8a /pkgs/development/python-modules
parent116a53bea2646eb467e7b2a93e979953ceefead9 (diff)
python311Packages.rns: 0.6.3 -> 0.6.5
Diff: https://github.com/markqvist/Reticulum/compare/refs/tags/0.6.3...0.6.5 Changelog: https://github.com/markqvist/Reticulum/releases/tag/0.6.5
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/rns/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/rns/default.nix b/pkgs/development/python-modules/rns/default.nix
index 83980ecdcd0a..141276717c62 100644
--- a/pkgs/development/python-modules/rns/default.nix
+++ b/pkgs/development/python-modules/rns/default.nix
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "rns";
- version = "0.6.3";
+ version = "0.6.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
- hash = "sha256-3pcQsSUBHlgHKuZt5kb4ozvIujP6dsaYMab/+fri4a4=";
+ hash = "sha256-Ro8glYHzekuk85DQgRwvrmhbez37EEIiLSMrN5AziB8=";
};
propagatedBuildInputs = [