Merge pull request #233727 from r-ryantm/auto-update/python310Packages.types-protobuf

python310Packages.types-protobuf: 4.22.0.2 -> 4.23.0.1
This commit is contained in:
Weijia Wang 2023-05-24 11:52:53 +03:00 committed by GitHub
commit c660ae33e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-protobuf";
version = "4.22.0.2";
version = "4.23.0.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Axp3QDqJUrMYabn/OIPJohZJ3SJMo2c+5ChzhOkeor4=";
hash = "sha256-e9XqEioFexGoK3hdneRkkyoekXX+l3pBKK3vEdfzVUc=";
};
propagatedBuildInputs = [