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

python310Packages.types-protobuf: 4.22.0.0 -> 4.22.0.2
This commit is contained in:
Mario Rodas 2023-04-09 17:40:45 -05:00 committed by GitHub
commit 239e234a2e
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.0";
version = "4.22.0.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-vytBTYFdw4fAoEHZIH2wVMfNuUWRuyM9m3GoUkPgXvw=";
hash = "sha256-Axp3QDqJUrMYabn/OIPJohZJ3SJMo2c+5ChzhOkeor4=";
};
propagatedBuildInputs = [