mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.protobuf-py: 0.1.1 -> 0.3.0
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user