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

authored by Nick Cao and committed by GitHub 88186e03 bd2b4f89

+3 -3
+3 -3
pkgs/development/python-modules/pure-protobuf/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "pure-protobuf"; 17 - version = "3.1.3"; 18 19 format = "pyproject"; 20 # < 3.10 requires get-annotations which isn't packaged yet ··· 24 owner = "eigenein"; 25 repo = "protobuf"; 26 tag = version; 27 - hash = "sha256-AsiJDi3SF3nlWKFvZujUsoHY8AJ21JKzEuTdR9FtFQI="; 28 }; 29 30 build-system = [ ··· 49 meta = with lib; { 50 description = "Python implementation of Protocol Buffers with dataclass-based schemas"; 51 homepage = "https://github.com/eigenein/protobuf"; 52 - changelog = "https://github.com/eigenein/protobuf/releases/tag/${version}"; 53 license = licenses.mit; 54 maintainers = with maintainers; [ chuangzhu ]; 55 };
··· 14 15 buildPythonPackage rec { 16 pname = "pure-protobuf"; 17 + version = "3.1.4"; 18 19 format = "pyproject"; 20 # < 3.10 requires get-annotations which isn't packaged yet ··· 24 owner = "eigenein"; 25 repo = "protobuf"; 26 tag = version; 27 + hash = "sha256-k67AvY9go62BZN7kCg+kFo9+bQB3wGJVbLra5pOhkPU="; 28 }; 29 30 build-system = [ ··· 49 meta = with lib; { 50 description = "Python implementation of Protocol Buffers with dataclass-based schemas"; 51 homepage = "https://github.com/eigenein/protobuf"; 52 + changelog = "https://github.com/eigenein/protobuf/releases/tag/${src.tag}"; 53 license = licenses.mit; 54 maintainers = with maintainers; [ chuangzhu ]; 55 };