3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.rns: 0.3.11 -> 0.3.12

This commit is contained in:
Fabian Affolter 2022-10-01 10:42:45 +02:00
parent a5a5849f27
commit 31100e2ee7

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.3.11";
version = "0.3.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-LANk104sO9we7n681a+yVmWOcd9SBQ/kiQAN38xaq80=";
hash = "sha256-2GTMpIYDbvwAuRVOEW1Tp8idelHAV5SkAyGBj2yh1OQ=";
};
propagatedBuildInputs = [