python3Packages.azure-storage-blob: 12.7.1 -> 12.8.0

This commit is contained in:
Jonathan Ringer 2021-03-11 07:31:54 -08:00 committed by Jonathan Ringer
parent fe74a7c71b
commit 51462cec1f

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-storage-blob";
version = "12.7.1";
version = "12.8.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "c6249f211684929ea6c9d34b5151b06d039775344f0d48fcf479736ed4c11b9e";
sha256 = "36b85a3423379d4a93f663022487cf53aa3043a355f8414321dde878c00cb577";
};
propagatedBuildInputs = [