protobuf: 34.0 -> 34.1 (#501718)

This commit is contained in:
kirillrdy
2026-03-22 09:54:39 +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 = "34.0";
hash = "sha256-qtSP3I7RA7F6tKe+VfGd+oNXMT5HZ/Xl7u4vkefNxX4=";
version = "34.1";
hash = "sha256-PaIVJ8NtgnrqowbKLkX+uprsQjuxDch9AUxX4YBBNh4=";
}
// args
)
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "protobuf";
version = "7.34.0";
version = "7.34.1";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-OHGj32fHEKr3u40hTMmXNC5jzuvZQMjH/GXJs9aXWRo=";
hash = "sha256-nOQiRecEzFAnvnl8HbHrkxhNRNHN1xgR+y2bJa1UEoA=";
};
build-system = [ setuptools ];