nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #231691 from fabaff/azure-identity-bump

python310Packages.azure-identity: 1.12.0 -> 1.13.0

authored by

Fabian Affolter and committed by
GitHub
bec91668 1568c352

+2 -2
+2 -2
pkgs/development/python-modules/azure-identity/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "azure-identity"; 18 - version = "1.12.0"; 18 + version = "1.13.0"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.6"; ··· 23 23 src = fetchPypi { 24 24 inherit pname version; 25 25 extension = "zip"; 26 - hash = "sha256-f5sa59l+p68/ON0JMF4Zq4Gh4Wq2bqGGtledhcHKI0c="; 26 + hash = "sha256-yTHCcwH/qGsHtNz1dOKdpz4966mrXR/k9EW7ajEX4mA="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [