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

python310Packages.rns: 0.3.5 -> 0.3.6
This commit is contained in:
Fabian Affolter 2022-05-18 12:03:10 +02:00 committed by GitHub
commit 675f9f6e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [