tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.azure-mgmt-authorization: 3.0.0 -> 4.0.0
R. Ryantm
2 years ago
b6adf477
fbacd471
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
azure-mgmt-authorization
default.nix
+2
-2
pkgs/development/python-modules/azure-mgmt-authorization/default.nix
reviewed
···
11
11
12
12
buildPythonPackage rec {
13
13
pname = "azure-mgmt-authorization";
14
14
-
version = "3.0.0";
14
14
+
version = "4.0.0";
15
15
16
16
src = fetchPypi {
17
17
inherit pname version;
18
18
extension = "zip";
19
19
-
hash = "sha256-Cl1/aDvzNyI2uEHNvUZ39rCO185BuZnD5kTUKGJSBX0=";
19
19
+
hash = "sha256-abhavAmuZPxyl1vUNDEXDYx+tdFmdUuYqsXzhF3lfcQ=";
20
20
};
21
21
22
22
propagatedBuildInputs = [