python3Packages.rns: 0.9.6 -> 1.0.0 (#425399)

This commit is contained in:
Fabian Affolter
2025-07-19 21:57:37 +02:00
committed by GitHub

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "rns";
version = "0.9.6";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "Reticulum";
tag = version;
hash = "sha256-TZXImMtAesLF6u6Yw/mvpQOjXK07UI4Op4fniq+pSu0=";
hash = "sha256-d227mAVJKcm3Dx2HS7CvVsyWyLl7GoPSA/YrWjs7jm0=";
};
patches = [