about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-10-12 22:54:03 +0200
committerGitHub <noreply@github.com>2021-10-12 22:54:03 +0200
commit586312a65d5ddf250758ef82ea7f4d69c325e448 (patch)
tree170685e186e3b45acc9e796854d76ed2b7fa4ea9 /pkgs
parent931a98820be2beaa384b4fcac9ccef146384b470 (diff)
parentde681ae262d348e17afaa9fc488137d823e0201d (diff)
Merge pull request #141403 from r-ryantm/auto-update/python38Packages.types-protobuf
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/types-protobuf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-protobuf/default.nix b/pkgs/development/python-modules/types-protobuf/default.nix
index 5d9737c5803ed..af8ef6d956fed 100644
--- a/pkgs/development/python-modules/types-protobuf/default.nix
+++ b/pkgs/development/python-modules/types-protobuf/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "types-protobuf";
-  version = "3.17.4";
+  version = "3.17.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0r42kzspqna2b2jiz9bjzagrd4gbh0sd6jp4v7i9nv09y0ifrkrn";
+    sha256 = "f719a3f436a09d4a13411c9df1209e61b788dca64c6478fcd68e0ae5c5671283";
   };
 
   propagatedBuildInputs = [ types-futures ];