python3Packages.types-protobuf: 4.25.0.20240417 -> 5.26.0.20240422

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:18 +02:00
parent 7e12a9ddff
commit d9be808e56
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "types-protobuf";
version = "4.25.0.20240417";
version = "5.26.0.20240422";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-w07/F7mzoK22gwYi8PMCSE5MCJ9TOkbj8UdWgxNUQ1I=";
hash = "sha256-5gdBeBCfl+/p8LIKA1umHXw7A+hn60fSVNKyq2qAXjY=";
};
propagatedBuildInputs = [ types-futures ];