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

python3Packages.azure-multiapi-storage: 0.3.5 -> 0.4.1

authored by

Jonathan Ringer and committed by
Jon
781b32ab e8306e3b

+2 -2
+2 -2
pkgs/development/python-modules/azure-multiapi-storage/default.nix
··· 8 8 }: 9 9 10 10 buildPythonPackage rec { 11 - version = "0.3.5"; 11 + version = "0.4.1"; 12 12 pname = "azure-multiapi-storage"; 13 13 disabled = isPy27; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "71c238c785786a159b3ffd587a5e7fa1d9a517b66b592ae277fed73a9fbfa2b0"; 17 + sha256 = "0h7bzaqwyl3j9xqzjbnwxp59kmg6shxk76pml9kvvqbwsq9w6fx3"; 18 18 }; 19 19 20 20 propagatedBuildInputs = [