python3Packages.rns: 0.7.6 -> 0.7.7

Changelog: https://github.com/markqvist/reticulum/releases/tag/0.7.7
This commit is contained in:
Aaron Bieber
2024-09-09 09:16:18 -06:00
parent 5b25fab692
commit 1509114ded
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.7.6";
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-YSaabiCsSoG3BZ/0gM/fRIKQKdQ9MRtlHe+tPnzFJSw=";
hash = "sha256-cNOVk7JCu4kMevH9MAWWvtLIzfbBBy+h7bhTBhkfrvI=";
};
patches = [