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

python310Packages.rns: 0.3.8 -> 0.3.9
This commit is contained in:
Fabian Affolter 2022-07-05 22:40:15 +02:00 committed by GitHub
commit e57aadb549
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.8";
version = "0.3.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-/Xw3UnxtQ4G92Urplz5isDN12QVOPtZKr7LjqsNVmrc=";
hash = "sha256-dueVAX6/83OeOyVpBnXOYpS0U/4CQvZfq5ivj+HvG48=";
};
propagatedBuildInputs = [