protobuf_29: 29.5 -> 29.6 (#487061)

This commit is contained in:
Gaétan Lepage
2026-02-05 00:25:05 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
callPackage ./generic.nix (
{
version = "29.5";
hash = "sha256-nraqBM87DJYU69Zx0dV9OMnI0Jhn8Axg8DvzUQDQ90Y=";
version = "29.6";
hash = "sha256-IIFqEKOlyQMuxzW3HNhCNM/x1gYmW7gaNu7IxY3VMAU=";
}
// args
)
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "5.29.5";
version = "5.29.6";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vBRjuv1LCSkhbDX0N6jihzGit/49mLt3pgDvztWhXIQ=";
hash = "sha256-2p7mpUJLazD9XkXF6mY671QMqV+a2Z0eiH6BnN+bhyM=";
};
build-system = [ setuptools ];