mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python310Packages.azure-mgmt-storage: update disabled
This commit is contained in:
parent
db7de997db
commit
5cfd83f196
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "20.1.0";
|
||||
pname = "azure-mgmt-storage";
|
||||
version = "20.1.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue