about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-06-06 22:43:26 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-06-20 16:53:08 +0200
commit61575575f2ffc5e7a00dbdce134e715a937736be (patch)
treec37aacf058637103668a2f2d74df15b93ddfb4cd
parent7b9b6f1e9156cfb589edf60d283d390f293493ad (diff)
downloadnixlib-61575575f2ffc5e7a00dbdce134e715a937736be.tar
nixlib-61575575f2ffc5e7a00dbdce134e715a937736be.tar.gz
nixlib-61575575f2ffc5e7a00dbdce134e715a937736be.tar.bz2
nixlib-61575575f2ffc5e7a00dbdce134e715a937736be.tar.lz
nixlib-61575575f2ffc5e7a00dbdce134e715a937736be.tar.xz
nixlib-61575575f2ffc5e7a00dbdce134e715a937736be.tar.zst
nixlib-61575575f2ffc5e7a00dbdce134e715a937736be.zip
python3Packages.google-cloud-error-reporting: update substituteInPlace
-rw-r--r--pkgs/development/python-modules/google-cloud-error-reporting/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google-cloud-error-reporting/default.nix b/pkgs/development/python-modules/google-cloud-error-reporting/default.nix
index 8a481945efba..732c9aac81d8 100644
--- a/pkgs/development/python-modules/google-cloud-error-reporting/default.nix
+++ b/pkgs/development/python-modules/google-cloud-error-reporting/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
 
   postPatch = ''
     substituteInPlace setup.py \
-      --replace 'google-cloud-logging>=1.14.0, <2.1' 'google-cloud-logging>=1.14.0'
+      --replace 'google-cloud-logging>=1.14.0, <2.4' 'google-cloud-logging>=1.14.0'
   '';
 
   propagatedBuildInputs = [ google-cloud-logging libcst proto-plus ];