Unverified Commit 88186e03 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.pure-protobuf: 3.1.3 -> 3.1.4 (#395921)

parents bd2b4f89 b559c1b2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "pure-protobuf";
  version = "3.1.3";
  version = "3.1.4";

  format = "pyproject";
  # < 3.10 requires get-annotations which isn't packaged yet
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "eigenein";
    repo = "protobuf";
    tag = version;
    hash = "sha256-AsiJDi3SF3nlWKFvZujUsoHY8AJ21JKzEuTdR9FtFQI=";
    hash = "sha256-k67AvY9go62BZN7kCg+kFo9+bQB3wGJVbLra5pOhkPU=";
  };

  build-system = [
@@ -49,7 +49,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python implementation of Protocol Buffers with dataclass-based schemas";
    homepage = "https://github.com/eigenein/protobuf";
    changelog = "https://github.com/eigenein/protobuf/releases/tag/${version}";
    changelog = "https://github.com/eigenein/protobuf/releases/tag/${src.tag}";
    license = licenses.mit;
    maintainers = with maintainers; [ chuangzhu ];
  };