python3Packages.rns: 1.3.7 -> 1.3.8

Changelog: https://github.com/markqvist/Reticulum/blob/1.3.8/Changelog.md
This commit is contained in:
Pol Dellaiera
2026-07-11 10:18:50 +02:00
parent 9245b9b464
commit c018071afd
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "rns";
version = "1.3.7";
version = "1.3.8";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
pname = "rns";
version = finalAttrs.version;
hash = "sha256-Z1fbZcCvISs4a35EuV7aTjbWsRyug0JYvG0tEdrG4SU=";
hash = "sha256-1cHzlJOqm3WrZ7g5l9StW9NX5n6dYp/6KU4xov/eNH0=";
};
patches = [