Merge pull request #173438 from r-ryantm/auto-update/python3.10-rns

python310Packages.rns: 0.3.5 -> 0.3.6

authored by Fabian Affolter and committed by GitHub 675f9f6e 26ab617a

+3 -3
+3 -3
pkgs/development/python-modules/rns/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "rns"; 12 - version = "0.3.5"; 12 + version = "0.3.6"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 17 17 src = fetchFromGitHub { 18 18 owner = "markqvist"; 19 19 repo = "Reticulum"; 20 - rev = version; 21 - hash = "sha256-LzrI5pJ3mLaxikqS1eWFvdgneoCnsRTYWbshVX7U8lg="; 20 + rev = "refs/tags/${version}"; 21 + hash = "sha256-awVUE5sViaGBne82oAxGeabZSnLn/dzBQTwP7xRdYKE="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [