summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-appconfiguration
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-07-06 09:48:03 -0700
committerJon <jonringer@users.noreply.github.com>2020-07-06 11:37:37 -0700
commit5e79e32897ec2c4b3f1d7a9ea01ff4daa33a1c89 (patch)
treec6279b5ef37037ac5e75ad7b12882b06703d97cf /pkgs/development/python-modules/azure-mgmt-appconfiguration
parentc93f5194c8bde97f61f5c68a7cc6a6ea6e4c39f7 (diff)
downloadnixpkgs-5e79e32897ec2c4b3f1d7a9ea01ff4daa33a1c89.tar
nixpkgs-5e79e32897ec2c4b3f1d7a9ea01ff4daa33a1c89.tar.gz
nixpkgs-5e79e32897ec2c4b3f1d7a9ea01ff4daa33a1c89.tar.bz2
nixpkgs-5e79e32897ec2c4b3f1d7a9ea01ff4daa33a1c89.tar.lz
nixpkgs-5e79e32897ec2c4b3f1d7a9ea01ff4daa33a1c89.tar.xz
nixpkgs-5e79e32897ec2c4b3f1d7a9ea01ff4daa33a1c89.tar.zst
nixpkgs-5e79e32897ec2c4b3f1d7a9ea01ff4daa33a1c89.zip
python3Packages.azure-mgmt-appconfiguration: 0.4.0 -> 0.5.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-appconfiguration')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix b/pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix
index 75c912dfe40..e5879bd4e8c 100644
--- a/pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix
@@ -5,13 +5,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.4.0";
+  version = "0.5.0";
   pname = "azure-mgmt-appconfiguration";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1dn5585nsizszjivx6lp677ka0mrg0ayqgag4yzfdz9ml8mj1xl5";
+    sha256 = "211527511d7616a383cc196956eaf2b7ee016f2367d367924b3715f2a41106da";
     extension = "zip";
   };