python310Packages.rns: 0.3.10 -> 0.3.11

This commit is contained in:
Fabian Affolter 2022-07-09 21:41:38 +02:00
parent 81678b0f59
commit 21a7d74fd9

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.3.10";
version = "0.3.11";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-CFPbVjmvf8iB7RIT9eLLw1Q5MEp4TBxcjtUwbh8OrxQ=";
hash = "sha256-LANk104sO9we7n681a+yVmWOcd9SBQ/kiQAN38xaq80=";
};
propagatedBuildInputs = [