diff --git a/pkgs/development/python-modules/protobuf-py/default.nix b/pkgs/development/python-modules/protobuf-py/default.nix index 8a01100ac9c5..a8aebe2ea8fd 100644 --- a/pkgs/development/python-modules/protobuf-py/default.nix +++ b/pkgs/development/python-modules/protobuf-py/default.nix @@ -14,7 +14,7 @@ buildPythonPackage (finalAttrs: { pname = "protobuf-py"; # connectrpc requires this exact version and e2b requires <0.2; bump all three # together. - version = "0.1.1"; + version = "0.3.0"; pyproject = true; __structuredAttrs = true; @@ -23,7 +23,7 @@ buildPythonPackage (finalAttrs: { src = fetchPypi { pname = "protobuf_py"; inherit (finalAttrs) version; - hash = "sha256-a9CKxNjxZhllu+JoVCnXkENwTN0e5yCnqJYXMxdCJAs="; + hash = "sha256-P9GHOAqFuYUOxUizJOsab146cNYtSD73PE7WLgeRwmw="; }; build-system = [