about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-extendedlocation
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-29 05:27:59 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-29 05:27:59 +0000
commit971b6d4b4549010c63bd86943e611d057fd4071f (patch)
tree2bb3513b1a7f40b8ea934105dee2458211c11a1e /pkgs/development/python-modules/azure-mgmt-extendedlocation
parent60dcbe9837101489af5f6db6171de3c3826224a2 (diff)
python38Packages.azure-mgmt-extendedlocation: 1.0.0b2 -> 1.0.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-extendedlocation')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-extendedlocation/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-extendedlocation/default.nix b/pkgs/development/python-modules/azure-mgmt-extendedlocation/default.nix
index a63810af11cc0..40e5cbab3bf25 100644
--- a/pkgs/development/python-modules/azure-mgmt-extendedlocation/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-extendedlocation/default.nix
@@ -6,12 +6,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-extendedlocation";
-  version = "1.0.0b2";
+  version = "1.0.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "sha256-mjfH35T81JQ97jVgElWmZ8P5MwXVxZQv/QJKNLS3T8A=";
+    sha256 = "e2388407dc27b93dec3314bfa64210d3514b98a4f961c410321fb4292b9b3e9a";
   };
 
   propagatedBuildInputs = [