python312Packages.pure-protobuf: 3.1.3 -> 3.1.4 (#395921)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user