summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-15 23:30:08 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-15 23:30:08 +0200
commit7104b8f8ec57292ff8c6da6016d2f498f62498d5 (patch)
tree78f14471a935932016871295ce0cdb36175fe47c
parented75ab352f3977f21c4ca6f55ef72023eac3527f (diff)
downloadnixpkgs-7104b8f8ec57292ff8c6da6016d2f498f62498d5.tar
nixpkgs-7104b8f8ec57292ff8c6da6016d2f498f62498d5.tar.gz
nixpkgs-7104b8f8ec57292ff8c6da6016d2f498f62498d5.tar.bz2
nixpkgs-7104b8f8ec57292ff8c6da6016d2f498f62498d5.tar.lz
nixpkgs-7104b8f8ec57292ff8c6da6016d2f498f62498d5.tar.xz
nixpkgs-7104b8f8ec57292ff8c6da6016d2f498f62498d5.tar.zst
nixpkgs-7104b8f8ec57292ff8c6da6016d2f498f62498d5.zip
python311Packages.azure-identity: 1.13.0 -> 1.14.0
-rw-r--r--pkgs/development/python-modules/azure-identity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-identity/default.nix b/pkgs/development/python-modules/azure-identity/default.nix
index 82390e389bd..a2cdf1f929c 100644
--- a/pkgs/development/python-modules/azure-identity/default.nix
+++ b/pkgs/development/python-modules/azure-identity/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "azure-identity";
-  version = "1.13.0";
+  version = "1.14.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    hash = "sha256-yTHCcwH/qGsHtNz1dOKdpz4966mrXR/k9EW7ajEX4mA=";
+    hash = "sha256-ckQXmfjFyJv+IQJpZeJmZyp8XQUMLGURnviZ3VNi4rE=";
   };
 
   propagatedBuildInputs = [