Merge pull request #298402 from r-ryantm/auto-update/python311Packages.types-protobuf

python311Packages.types-protobuf: 4.24.0.20240302 -> 4.24.0.20240311
This commit is contained in:
Weijia Wang 2024-04-08 01:58:54 +02:00 committed by GitHub
commit e207b4cff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-protobuf";
version = "4.24.0.20240302";
version = "4.24.0.20240311";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-8iwAzAzqlyLnHhTTibukKa+eNadKlJcZwWcgOlq74uQ=";
hash = "sha256-yAQm+fubIa7lFGkelqsypc1pSoLirAeWSzUsPn4Bgrw=";
};
propagatedBuildInputs = [