python311Packages.googleapis-common-protos: 1.62.0 -> 1.63.0

This commit is contained in:
R. Ryantm 2024-03-30 12:01:32 +00:00
parent d5766175de
commit 753c6564bf
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "googleapis-common-protos";
version = "1.62.0";
version = "1.63.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-g/Ds6flOVnLM7YL1ktKl7fUnqW7ReU8LqzbVc1yZYnc=";
hash = "sha256-F60BsR1fHQFxwG07pcBMVEdOiDtmuUlyK0k47iaU704=";
};
nativeBuildInputs = [