about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-07 00:56:27 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-12-14 12:04:05 -0800
commit33a095bd429b283de8fe4b29f2ae936b765d421b (patch)
treecf539be4352146d8f724e87a6a30f6024308ac94
parent33d5f06296500736177144ce1e9a75afe26b7946 (diff)
python3Packages.types-protobuf: 3.18.1 -> 3.18.2
-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 8545db539fbfc..bafe17772143e 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.18.1";
+  version = "3.18.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6696bf3cabc51dcc076e8de025c405dbdea7488c5268c2febd14527dac82c233";
+    sha256 = "ca21dedfe7759acbeb0cd8f5c72a74ff3c409ae0c07bc1d94eff5123ac0fa23c";
   };
 
   propagatedBuildInputs = [ types-futures ];