nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.azure-mgmt-compute: 12.1.0 -> 13.0.0

authored by

Jonathan Ringer and committed by
Jon
f6bee8a6 d15d2a16

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-compute/default.nix
··· 7 7 }: 8 8 9 9 buildPythonPackage rec { 10 - version = "12.1.0"; 10 + version = "13.0.0"; 11 11 pname = "azure-mgmt-compute"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 15 extension = "zip"; 16 - sha256 = "54416e6fa4584bb986e8985f510486a36b4fdf47af012a4982a0960c7b11e89c"; 16 + sha256 = "7f331bafcbedf25d65aa42038f7553747dab18d7f10a5af3297192d31c45339e"; 17 17 }; 18 18 19 19 propagatedBuildInputs = [