python3Packages.rns: 0.8.2 -> 0.8.3

Changelog: https://github.com/markqvist/Reticulum/releases/tag/0.8.3
This commit is contained in:
Aaron Bieber
2024-10-10 08:04:14 -06:00
parent 099cf20f9e
commit ad6bc0db3d
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.8.2";
version = "0.8.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-H3n3TywMkyefX5X6QhjX73dy9xCnLRjJh0cmx8HSdVU=";
hash = "sha256-A1ZDyYHjbC2jz+m4EHRPlOMzkpwCCxo902bMK4I/+I4=";
};
patches = [