Merge pull request #275954 from r-ryantm/auto-update/python310Packages.pyradios
python310Packages.pyradios: 2.0.0 -> 2.1.0
This commit is contained in:
commit
32a39253e0
1 changed files with 4 additions and 4 deletions
|
@ -2,26 +2,26 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, appdirs
|
||||
, requests
|
||||
, httpx
|
||||
, setuptools
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyradios";
|
||||
version = "2.0.0";
|
||||
version = "2.1.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Uqg/owmf2popAhyanAUIdSWpXAGCWkQja4P944BpNhc=";
|
||||
hash = "sha256-XTpw8bgFZo35PJngr9oweU6fY3KAphJsrEhkKzWHLIA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
appdirs
|
||||
requests
|
||||
httpx
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue