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

python310Packages.rns: 0.3.7 -> 0.3.8
This commit is contained in:
Fabian Affolter 2022-06-23 10:58:19 +02:00 committed by GitHub
commit cb84814fcf
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.7";
version = "0.3.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-fihcDMQzFuQGOrADxjUcEcPqiolpQgPwyFNW0ZVXwhU=";
hash = "sha256-/Xw3UnxtQ4G92Urplz5isDN12QVOPtZKr7LjqsNVmrc=";
};
propagatedBuildInputs = [