rns: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm
2025-11-26 15:41:13 +00:00
parent 7e22656f5a
commit 7658a7eee2
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "rns";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "Reticulum";
tag = version;
hash = "sha256-Tvn51iODNES35VRDR7/Ev/8El5XDe1nObujrjhcvrM8=";
hash = "sha256-55fCmd1ihwvXQpsvEQ4xJH1p5aFEiUJZI7kE0LQX6WQ=";
};
patches = [