python310Packages.rns: 0.3.5 -> 0.3.6

main
R. Ryantm 2 years ago
parent 115f2f7878
commit a438660fe0
  1. 6
      pkgs/development/python-modules/rns/default.nix

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.3.5";
version = "0.3.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "markqvist";
repo = "Reticulum";
rev = version;
hash = "sha256-LzrI5pJ3mLaxikqS1eWFvdgneoCnsRTYWbshVX7U8lg=";
rev = "refs/tags/${version}";
hash = "sha256-awVUE5sViaGBne82oAxGeabZSnLn/dzBQTwP7xRdYKE=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save