about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-05-20 12:01:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-05-20 12:01:23 +0000
commit7be670e9b59de5cab4a5c879179f5b7c84e6caa6 (patch)
tree1762d5d893d39f4f3ce22ffafc1efd074a5a33c2
parent2d584efc0602d16541dab796379ba1952304ef4e (diff)
python310Packages.google-resumable-media: 2.3.2 -> 2.3.3
-rw-r--r--pkgs/development/python-modules/google-resumable-media/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-resumable-media/default.nix b/pkgs/development/python-modules/google-resumable-media/default.nix
index 6aca35ae9e0b5..41b41be8fbb48 100644
--- a/pkgs/development/python-modules/google-resumable-media/default.nix
+++ b/pkgs/development/python-modules/google-resumable-media/default.nix
@@ -12,11 +12,11 @@
 
 buildPythonPackage rec {
   pname = "google-resumable-media";
-  version = "2.3.2";
+  version = "2.3.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-BpJOix558VjwIC590VGtdbDqnVm5l8hQ9WvdSlo2FRM=";
+    sha256 = "sha256-J8UmIL02TRyBFuqsTqKvy/uBrpE5+zGZZS/KwXJL+2w=";
   };
 
   propagatedBuildInputs = [ google-auth google-crc32c requests ];