Skip to content

Commit 5e79e32

Browse files
author
Jonathan Ringer
committed
python3Packages.azure-mgmt-appconfiguration: 0.4.0 -> 0.5.0
1 parent c93f519 commit 5e79e32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/azure-mgmt-appconfiguration

pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66

77
buildPythonPackage rec {
8-
version = "0.4.0";
8+
version = "0.5.0";
99
pname = "azure-mgmt-appconfiguration";
1010
disabled = isPy27;
1111

1212
src = fetchPypi {
1313
inherit pname version;
14-
sha256 = "1dn5585nsizszjivx6lp677ka0mrg0ayqgag4yzfdz9ml8mj1xl5";
14+
sha256 = "211527511d7616a383cc196956eaf2b7ee016f2367d367924b3715f2a41106da";
1515
extension = "zip";
1616
};
1717

0 commit comments

Comments
 (0)