lol

python: azure-storage-blob: 1.5.0 -> 2.1.0

+2 -2
+2 -2
pkgs/development/python-modules/azure-storage-blob/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "azure-storage-blob"; 12 - version = "1.5.0"; 12 + version = "2.1.0"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "f187a878e7a191f4e098159904f72b4146cf70e1aabaf6484ab4ba72fc6f252c"; 16 + sha256 = "b90323aad60f207f9f90a0c4cf94c10acc313c20b39403398dfba51f25f7b454"; 17 17 }; 18 18 19 19 propagatedBuildInputs = [