about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-sql
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-10 19:16:03 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-10 14:59:23 -0800
commit39ea613da169536989f68eace33d2a73668e08b5 (patch)
tree1e4405f78326e037d4bee960960899e52fe1fcc7 /pkgs/development/python-modules/azure-mgmt-sql
parent3525d53c2b846d7c54299020955610c86ff9455b (diff)
downloadnixlib-39ea613da169536989f68eace33d2a73668e08b5.tar
nixlib-39ea613da169536989f68eace33d2a73668e08b5.tar.gz
nixlib-39ea613da169536989f68eace33d2a73668e08b5.tar.bz2
nixlib-39ea613da169536989f68eace33d2a73668e08b5.tar.lz
nixlib-39ea613da169536989f68eace33d2a73668e08b5.tar.xz
nixlib-39ea613da169536989f68eace33d2a73668e08b5.tar.zst
nixlib-39ea613da169536989f68eace33d2a73668e08b5.zip
python37Packages.azure-mgmt-sql: 0.23.0 -> 0.24.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-sql')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-sql/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-sql/default.nix b/pkgs/development/python-modules/azure-mgmt-sql/default.nix
index 36432ccbc84f..aa60cde71425 100644
--- a/pkgs/development/python-modules/azure-mgmt-sql/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-sql/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-sql";
-  version = "0.23.0";
+  version = "0.24.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "acf7d4c83fb43152a809e3894528e561e601be543250c2824cc615cc88a70855";
+    sha256 = "da391ed00d82cd8e20ca50affdc43b99fd9a7919b54a3a0d53c73cb41eea09d3";
   };
 
   propagatedBuildInputs = [