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

Configure Feed

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

python: azure-mgmt-resource: 10.1.0 -> 10.2.0

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-resource/default.nix
··· 8 8 9 9 10 10 buildPythonPackage rec { 11 - version = "10.1.0"; 11 + version = "10.2.0"; 12 12 pname = "azure-mgmt-resource"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 16 extension = "zip"; 17 - sha256 = "9be7fcdf586f24acb799a799cf5e9363e9323ca0ce54cca63ab505f69fa0fddd"; 17 + sha256 = "ddfe4c0c55f0e3fd1f66dd82c1d4a3d872ce124639b9a77fcd172daf464438a5"; 18 18 }; 19 19 20 20 postInstall = if isPy3k then "" else ''