Merge pull request #163494 from dotlambda/radios-0.1.1

python3Packages.radios: 0.1.0 -> 0.1.1
This commit is contained in:
Fabian Affolter 2022-03-10 00:38:55 +01:00 committed by GitHub
commit 12b2eb3633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "radios";
version = "0.1.0";
version = "0.1.1";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-radios";
rev = "v${version}";
hash = "sha256-3xRtOGY9DYnZN0g95213vWDbO3/XZZ5+s7A9sqNmO/w=";
hash = "sha256-NCBch9MCWVD6ez0sIUph8rwOOzEMZtwC4atXJe53xZM=";
};
postPatch = ''