python311Packages.types-protobuf: 4.24.0.20240302 -> 4.24.0.20240311

This commit is contained in:
R. Ryantm 2024-03-23 16:45:41 +00:00
parent 86de7cd867
commit 28e05d601d
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 = [