protobuf: 29.1 -> 29.2 (#366217)

authored by philiptaron.tngl.sh and committed by GitHub 4cb5a03c fa509ecc

+4 -4
+2 -2
pkgs/development/libraries/protobuf/29.nix
··· 2 3 callPackage ./generic.nix ( 4 { 5 - version = "29.1"; 6 - hash = "sha256-8vLDwMZUu7y0gK9wRJ9pAT6wI0n46I5bJo2G05uctS4="; 7 } 8 // args 9 )
··· 2 3 callPackage ./generic.nix ( 4 { 5 + version = "29.2"; 6 + hash = "sha256-zClgj7m0JK2PNWi/1kA2L+HklzaHoT09KwnVt7Rm4ks="; 7 } 8 // args 9 )
+2 -2
pkgs/development/python-modules/protobuf/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "protobuf"; 11 - version = "5.29.1"; 12 pyproject = true; 13 14 src = fetchPypi { 15 inherit pname version; 16 - hash = "sha256-aDvgLKIab/6A223QLAtbKJIyLFnKV/1shy1lLLgFScs="; 17 }; 18 19 build-system = [ setuptools ];
··· 8 9 buildPythonPackage rec { 10 pname = "protobuf"; 11 + version = "5.29.2"; 12 pyproject = true; 13 14 src = fetchPypi { 15 inherit pname version; 16 + hash = "sha256-ssyOi7fJMmmW8OFgE3sIYfGoIWJQJljfKVEgnQywMJ4="; 17 }; 18 19 build-system = [ setuptools ];