python312Packages.rns: 0.8.5 -> 0.8.6

This commit is contained in:
R. Ryantm
2024-11-24 16:31:13 +00:00
parent 1ca5dab707
commit 628a933c8a
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.8.5";
version = "0.8.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-3Eif3AVpjNH803XXkPGQ5ZgSpVwV1W4DDm9rYBj6AEo=";
hash = "sha256-LvtiK/j6EuXqBOj04x6aWoLOfhukFQxVsEzT/SWvcHU=";
};
patches = [