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

python3Packages.azure-core: 1.7.0 -> 1.8.0

authored by

Jonathan Ringer and committed by
Jon
02a39e4d d91785ce

+2 -2
+2 -2
pkgs/development/python-modules/azure-core/default.nix
··· 14 14 }: 15 15 16 16 buildPythonPackage rec { 17 - version = "1.7.0"; 17 + version = "1.8.0"; 18 18 pname = "azure-core"; 19 19 disabled = isPy27; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 23 extension = "zip"; 24 - sha256 = "0p6pzpgfxr0c95gqr8ryq779an13x84vlm3zhvwlgx47l90a4vd6"; 24 + sha256 = "c89bbdcdc13ad45fe57d775ed87b15baf6d0b039a1ecd0a1bc91d2f713cb1f08"; 25 25 }; 26 26 27 27 propagatedBuildInputs = [