Skip to content

Commit

Permalink
protobuf: 29.0 -> 29.1 (#361908)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 5, 2024
2 parents f8370cc + 097879d commit 9e37dca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/protobuf/29.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

callPackage ./generic.nix (
{
version = "29.0";
hash = "sha256-7t5aL8K8hRhE3V8YUQXQmihWMy+KGeS+msRakmonLUM=";
version = "29.1";
hash = "sha256-8vLDwMZUu7y0gK9wRJ9pAT6wI0n46I5bJo2G05uctS4=";
}
// args
)
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/protobuf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 9e37dca

Please sign in to comment.