3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.rns: 0.3.17 -> 0.3.18

This commit is contained in:
Fabian Affolter 2022-11-02 23:32:43 +01:00
parent 5e536c9743
commit 2d06ed99fb

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.3.17";
version = "0.3.18";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-2e1mUDIDxgjGY4PGfgtbGwkktQfH1LsAczXKVW4jCLA=";
hash = "sha256-UKhANqd1QKc1qrN5pjw8GYDJy2UNSKwWJcBYjxMKSKg=";
};
propagatedBuildInputs = [