python3Packages.azure-storage-blob: 12.8.1 -> 12.9.0

This commit is contained in:
Jonathan Ringer 2021-11-19 17:56:45 -08:00 committed by Jonathan Ringer
parent 9aca4467d8
commit 58763720cd

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-storage-blob";
version = "12.8.1";
version = "12.9.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "eb37b50ddfb6e558b29f6c8c03b0666514e55d6170bf4624e7261a3af93c6401";
sha256 = "cff66a115c73c90e496c8c8b3026898a3ce64100840276e9245434e28a864225";
};
propagatedBuildInputs = [