about summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-cloud-runtimeconfig
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:19 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:30 +0200
commit9612a9b28e1786db7e6f8baf1043ccf72cc76457 (patch)
tree38b4df9589a684763376f6b3846d113f7c06fd02 /pkgs/development/python-modules/google-cloud-runtimeconfig
parente8a2f4194f5e29726c27ea2525311df1a95a1811 (diff)
python3Packages.google-cloud-runtimeconfig: 0.32.1 -> 0.32.2
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-runtimeconfig')
-rw-r--r--pkgs/development/python-modules/google-cloud-runtimeconfig/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google-cloud-runtimeconfig/default.nix b/pkgs/development/python-modules/google-cloud-runtimeconfig/default.nix
index 588918ad62e98..6e741a4e2974b 100644
--- a/pkgs/development/python-modules/google-cloud-runtimeconfig/default.nix
+++ b/pkgs/development/python-modules/google-cloud-runtimeconfig/default.nix
@@ -13,7 +13,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-UoWu+Y/bmmkefFR4nnxJPFFnS253/myWcXKujq27oCY=";
+    sha256 = "5285aef98fdb9a691e7c54789e7c493c51674b6e77fe6c967172ae8eadbba026";
   };
 
   propagatedBuildInputs = [ google-api-core google-cloud-core ];