python3Packages.proto-plus: 1.26.1 -> 1.27.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:51 +01:00
parent c15152148d
commit 5bb7303259
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "proto-plus";
version = "1.26.1";
version = "1.27.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "proto-plus-python";
tag = "v${version}";
hash = "sha256-7FonHHXpgJC0vg9Y26bqz0g1NmLWwaZWyFZ0kv7PjY8=";
hash = "sha256-Ya7BY0ZyAAEzomJVExd1cF5r11gTHXeHcjPRqkBjeuQ=";
};
build-system = [ setuptools ];