about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-15 15:41:08 +0100
committerGitHub <noreply@github.com>2023-12-15 15:41:08 +0100
commit506ac06f5cec70549d9745eb894644eebab0eedf (patch)
tree2ed5837170b43431a29b251b4e1dfa258d296c51
parent3ee7e769e7e5064edf2a403362cf228c38377dc6 (diff)
parent1f769aac00c0e64c498e79fe83edadfab13e8501 (diff)
Merge pull request #274450 from fabaff/google-auth-httplib2-bump
python311Packages.google-auth-httplib2: 0.1.1 -> 0.2.0
-rw-r--r--pkgs/development/python-modules/google-auth-httplib2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-auth-httplib2/default.nix b/pkgs/development/python-modules/google-auth-httplib2/default.nix
index 510b62c5bbaef..daf7a64de53a3 100644
--- a/pkgs/development/python-modules/google-auth-httplib2/default.nix
+++ b/pkgs/development/python-modules/google-auth-httplib2/default.nix
@@ -12,14 +12,14 @@
 
 buildPythonPackage rec {
   pname = "google-auth-httplib2";
-  version = "0.1.1";
+  version = "0.2.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-xkvFVf3G3XiOpi7Pe8z/z0l793JEiHo/PXpaAvjj/Ck=";
+    hash = "sha256-OKp7rfSPl08euYYXlOnAyyoFEaTsBnmx+IbRCPVkDgU=";
   };
 
   propagatedBuildInputs = [