python310Packages.google-cloud-storage: 2.2.1 -> 2.3.0

This commit is contained in:
Sandro Jäckel 2022-06-01 22:11:48 +02:00
parent d37bd24dd1
commit e606d4ebe8
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "2.2.1";
version = "2.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AkT0YScQy17ERfxndDh1ZOI/mCM2P7QIsock4hAkAbc=";
hash = "sha256-9Muw3l4XIo6cCc3Il9geqnDiw5b1hRP3neDoJFhMj1s=";
};
propagatedBuildInputs = [