3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #174853 from r-ryantm/auto-update/python3.10-pyradios

python310Packages.pyradios: 1.0.1 -> 1.0.2
This commit is contained in:
Fabian Affolter 2022-05-27 11:07:29 +02:00 committed by GitHub
commit 60aed1ea59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyradios";
version = "1.0.1";
version = "1.0.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "0fd3b234c635d9e628bdadb9dc3a820405631b54977402719a641d2e1cc3f7b6";
sha256 = "sha256-O30ExmvWu4spwDytFVPWGjR8w3XSTaWd2Z0LGQibq9g=";
};
propagatedBuildInputs = [