python311Packages.azure-multiapi-storage: 1.1.0 -> 1.2.0

This commit is contained in:
Fabian Affolter 2023-06-06 23:02:46 +02:00
parent a249784ff1
commit 13c0528442

View file

@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "1.1.0";
version = "1.2.0";
pname = "azure-multiapi-storage";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
hash = "sha256-VvNI+mhi2nCFBAXUEL5ph3xj/cBRMf2Mo2uXIgKC+oc=";
hash = "sha256-CQuoWHeh0EMitTRsvifotrTwpWd/Q9LWWD7jZ2w9r8I=";
};
propagatedBuildInputs = [