python312Packages.pure-protobuf: 3.1.2 -> 3.1.3

This commit is contained in:
R. Ryantm
2024-10-19 05:52:11 +00:00
parent fb0baa4a01
commit 7393c6d837
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pure-protobuf";
version = "3.1.2";
version = "3.1.3";
format = "pyproject";
# < 3.10 requires get-annotations which isn't packaged yet
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "eigenein";
repo = "protobuf";
rev = "refs/tags/${version}";
hash = "sha256-up/01Q2IdaW41Ple+nCRpWjYnl/IAlOppdGcg4djRZY=";
hash = "sha256-AsiJDi3SF3nlWKFvZujUsoHY8AJ21JKzEuTdR9FtFQI=";
};
build-system = [