1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 03:23:20 +00:00

Merge pull request #137158 from r-ryantm/auto-update/python3.8-google-cloud-storage

python38Packages.google-cloud-storage: 1.42.0 -> 1.42.1
This commit is contained in:
Sandro 2021-09-09 09:48:40 +02:00 committed by GitHub
commit 692a5c187a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "1.42.0";
version = "1.42.1";
src = fetchPypi {
inherit pname version;
sha256 = "c1dd3d09198edcf24ec6803dd4545e867d82b998f06a68ead3b6857b1840bdae";
sha256 = "b37ec5b0cd69aacb09270674c4c14873898cbc77624d17fef41ec0cb08004866";
};
propagatedBuildInputs = [