mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.azure-mgmt-recoveryservicesbackup: 9.1.0 -> 9.2.0
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
parent
193ede2ccf
commit
8860b04024
1 changed files with 4 additions and 3 deletions
|
@ -11,14 +11,15 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-mgmt-recoveryservicesbackup";
|
||||
version = "9.1.0";
|
||||
version = "9.2.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Hp/UBsDJ7iYn9aNx8BL4dzQvf8bzOyVk/NFNbwZjzQ8=";
|
||||
pname = "azure_mgmt_recoveryservicesbackup";
|
||||
inherit version;
|
||||
hash = "sha256-xAKz4ipsOHnfVrw34AYxQsM1LFECWZ/xAtGYJPGzKyk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue