lol

python3Packages.azure-mgmt-imagebuilder: 0.3.0 -> 0.4.0

authored by

Jonathan Ringer and committed by
Jon
91c5a18b 5bc75d72

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-imagebuilder/default.nix
··· 5 5 }: 6 6 7 7 buildPythonPackage rec { 8 - version = "0.3.0"; 8 + version = "0.4.0"; 9 9 pname = "azure-mgmt-imagebuilder"; 10 10 disabled = isPy27; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "0r4sxr3pbcci5qif1ip1lrix3cryj0b3asqch3zds4q705jiakc4"; 14 + sha256 = "4c9291bf16b40b043637e5e4f15650f71418ac237393e62219cab478a7951733"; 15 15 extension = "zip"; 16 16 }; 17 17