python312Packages.pure-protobuf: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm
2024-08-17 07:12:59 +00:00
parent b3da21598f
commit 50a2c665a5
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pure-protobuf";
version = "3.1.1";
version = "3.1.2";
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-xcW6ODL0UqwVesqIUxxzN5EuXK8hE4rY1inatuM1UpI=";
hash = "sha256-up/01Q2IdaW41Ple+nCRpWjYnl/IAlOppdGcg4djRZY=";
};
build-system = [