Fabian Affolter
2024-12-10 16:33:12 +01:00
parent 50bc93ce73
commit dfe822b99b
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.8.6";
version = "0.8.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-LvtiK/j6EuXqBOj04x6aWoLOfhukFQxVsEzT/SWvcHU=";
hash = "sha256-QDX+pOzn4o3gNL16e/26VYQAROChxAT5eEFcsokg7uc=";
};
patches = [