lol

Merge pull request #180715 from r-ryantm/auto-update/python310Packages.azure-storage-blob

python310Packages.azure-storage-blob: 12.12.0 -> 12.13.0

authored by

Sandro and committed by
GitHub
a3a7f15b 53a5699b

+2 -2
+2 -2
pkgs/development/python-modules/azure-storage-blob/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-storage-blob"; 14 - version = "12.12.0"; 14 + version = "12.13.0"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 18 extension = "zip"; 19 - sha256 = "sha256-9trwfRyobRia4VybGFnf9bcSe/JKB6S75B4LgeAdYvc="; 19 + sha256 = "sha256-U/DUzTKXCsn/m5dT+D3S+z+aww4dAecWOMQ2xQm/2IQ="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [