python310Packages.rns: 0.3.18 -> 0.4.0

This commit is contained in:
Fabian Affolter 2022-11-03 21:24:42 +01:00
parent 04abe7d80c
commit dbe1ca2a18

View File

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