mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python310Packages.google-cloud-monitoring: update disabled
This commit is contained in:
parent
d65060b9ad
commit
3a108e4580
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
version = "2.11.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue