From 2785591c75263d4503a516fc1da0c4b725b289df Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:07:35 +0200 Subject: [PATCH] python3Packages.types-protobuf: 5.27.0.20240626 -> 5.28.0.20240924 --- pkgs/development/python-modules/types-protobuf/default.nix | 4 ++-- 1 file 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 74629872dce7..885cfe353e24 100644 --- a/pkgs/development/python-modules/types-protobuf/default.nix +++ b/pkgs/development/python-modules/types-protobuf/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "types-protobuf"; - version = "5.27.0.20240626"; + version = "5.28.0.20240924"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-aDuhQEO63meF4/k3p0mPJDs3iBqRrI2BuSAuz4sZHpw="; + hash = "sha256-0YGviiVuWpHOjVrbU0luiA79kUTH1USD42UzMrYClvA="; }; propagatedBuildInputs = [ types-futures ];