Gaetan Lepage 2025-01-08 22:12:29 +01:00
parent ee95856b16
commit c0fbb8684e
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
callPackage ./generic.nix (
{
version = "29.2";
hash = "sha256-zClgj7m0JK2PNWi/1kA2L+HklzaHoT09KwnVt7Rm4ks=";
version = "29.3";
hash = "sha256-zdOBzLdN0ySrdFTF/X/NYI57kJ1ZFyoIl1/Qtgh/VkI=";
}
// args
)

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "5.29.2";
version = "5.29.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ssyOi7fJMmmW8OFgE3sIYfGoIWJQJljfKVEgnQywMJ4=";
hash = "sha256-XaD0HtrxF73jFkBLrRpIbLTt7fjkpUiRKW9kjo4HZiA=";
};
build-system = [ setuptools ];