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: 19.0.0 -> 20.0.0

authored by

Jonathan Ringer and committed by
Jonathan Ringer
8665095e 6a91defc

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-compute/default.nix
··· 6 6 }: 7 7 8 8 buildPythonPackage rec { 9 - version = "19.0.0"; 9 + version = "20.0.0"; 10 10 pname = "azure-mgmt-compute"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 14 extension = "zip"; 15 - sha256 = "65afe759c6ee87dd89d65d59c8da4b2c04d197c07c1fbfdc56ef1aea468e4525"; 15 + sha256 = "7920bea2e11d78fa616992813aea470a8fb50eab2e646e032e138f93d53b70e8"; 16 16 }; 17 17 18 18 propagatedBuildInputs = [