about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-23 04:12:55 +0100
committerGitHub <noreply@github.com>2022-03-23 04:12:55 +0100
commit48578adaca06def6194370464897e8952c4c8fc2 (patch)
tree538d06c87c4fe00d54e72e06daf7c4b7ca5e27e7 /pkgs/development/python-modules
parentecacb5de41c8d8d7aa95b5a3d7bb5ca68b362058 (diff)
parent6175651c4294954b0e7eadd34725de779ff10c7c (diff)
downloadnixlib-48578adaca06def6194370464897e8952c4c8fc2.tar
nixlib-48578adaca06def6194370464897e8952c4c8fc2.tar.gz
nixlib-48578adaca06def6194370464897e8952c4c8fc2.tar.bz2
nixlib-48578adaca06def6194370464897e8952c4c8fc2.tar.lz
nixlib-48578adaca06def6194370464897e8952c4c8fc2.tar.xz
nixlib-48578adaca06def6194370464897e8952c4c8fc2.tar.zst
nixlib-48578adaca06def6194370464897e8952c4c8fc2.zip
Merge pull request #165248 from r-ryantm/auto-update/python310Packages.azure-mgmt-cdn
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-cdn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-cdn/default.nix b/pkgs/development/python-modules/azure-mgmt-cdn/default.nix
index ca662f6b1455..af3a30a117fd 100644
--- a/pkgs/development/python-modules/azure-mgmt-cdn/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-cdn/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-cdn";
-  version = "11.0.0";
+  version = "12.0.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "28e7070001e7208cdb6c2ad253ec78851abdd73be482230d2c0874eed5bc0907";
+    sha256 = "sha256-t8PuIYkjS0r1Gs4pJJJ8X9cz8950imQtbVBABnyMnd0=";
   };
 
   propagatedBuildInputs = [