about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-sql
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-08-15 12:25:20 -0700
committerJon <jonringer@users.noreply.github.com>2020-08-16 10:12:13 -0700
commit6a187daf0cca0b6fa4aa23747946e3d74f30d786 (patch)
tree45fd5c7c2ea58f097c24f34acdcd11ef8afa6264 /pkgs/development/python-modules/azure-mgmt-sql
parent0301d1d8943e5e7edad6e1e55140b521a2ae9844 (diff)
downloadnixlib-6a187daf0cca0b6fa4aa23747946e3d74f30d786.tar
nixlib-6a187daf0cca0b6fa4aa23747946e3d74f30d786.tar.gz
nixlib-6a187daf0cca0b6fa4aa23747946e3d74f30d786.tar.bz2
nixlib-6a187daf0cca0b6fa4aa23747946e3d74f30d786.tar.lz
nixlib-6a187daf0cca0b6fa4aa23747946e3d74f30d786.tar.xz
nixlib-6a187daf0cca0b6fa4aa23747946e3d74f30d786.tar.zst
nixlib-6a187daf0cca0b6fa4aa23747946e3d74f30d786.zip
python3Packages.azure-mgmt-sql: 0.19.0 -> 0.20.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 f481d939705c..16b37320ff50 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.19.0";
+  version = "0.20.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "694649d4c9c5f89e543f23ec10e450b6382b2f1bc5843ef266cfc302276038c6";
+    sha256 = "29dde5bb3234be6e4b2bc93ad1d37dc94b3d0536bbb21759e9b24250d2dfdab2";
   };
 
   propagatedBuildInputs = [