protobuf: 29.0 -> 29.1 (#361908)

This commit is contained in:
Gaétan Lepage
2024-12-06 00:35:36 +01: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.0";
hash = "sha256-7t5aL8K8hRhE3V8YUQXQmihWMy+KGeS+msRakmonLUM=";
version = "29.1";
hash = "sha256-8vLDwMZUu7y0gK9wRJ9pAT6wI0n46I5bJo2G05uctS4=";
}
// args
)
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "5.29.0";
version = "5.29.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-RFoMAkg4ae2FE6WF2AAg0BLG3GAHX5b6BWOnJJh7EAE=";
hash = "sha256-aDvgLKIab/6A223QLAtbKJIyLFnKV/1shy1lLLgFScs=";
};
build-system = [ setuptools ];