3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.rns: 0.4.3 -> 0.4.6

Changelog: https://github.com/markqvist/Reticulum/releases/tag/0.4.6
This commit is contained in:
Fabian Affolter 2022-12-24 09:46:15 +01:00
parent adb5246cc1
commit f5566a09c5

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.4.3";
version = "0.4.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-ObJFxDqWy+a191j0FEIkviKIKlhhTwXmK2W8Wz8BR58=";
hash = "sha256-duWlglazdvWnX4rgcaoz3JbMPIDxJfx7BFUMNEQs0q4=";
};
propagatedBuildInputs = [