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

python310Packages.azure-mgmt-authorization: 3.0.0 -> 4.0.0

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-authorization/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-mgmt-authorization"; 14 - version = "3.0.0"; 14 + version = "4.0.0"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 18 extension = "zip"; 19 - hash = "sha256-Cl1/aDvzNyI2uEHNvUZ39rCO185BuZnD5kTUKGJSBX0="; 19 + hash = "sha256-abhavAmuZPxyl1vUNDEXDYx+tdFmdUuYqsXzhF3lfcQ="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [