python312Packages.rns: 0.7.5 -> 0.7.6

This commit is contained in:
R. Ryantm
2024-08-30 02:46:52 +00:00
parent 795ee6ce46
commit 7432f83df1
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.7.5";
version = "0.7.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-TWaDRJQ695kjoKjWQeAO+uxSZGgQiHoWYIsS+XnYVOQ=";
hash = "sha256-YSaabiCsSoG3BZ/0gM/fRIKQKdQ9MRtlHe+tPnzFJSw=";
};
build-system = [ setuptools ];