python3Packages.pure-protobuf: 3.0.0 -> 2.3.0

This commit is contained in:
Chuang Zhu
2024-01-14 00:26:02 +08:00
parent 391d29cb04
commit 18bb8a0705
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pure-protobuf";
version = "3.0.0";
version = "2.3.0"; # Komikku not launching w/ 3.0.0, #280551
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "eigenein";
repo = "protobuf";
rev = "refs/tags/${version}";
hash = "sha256-MjxJTX672LSEqZkH39vTD/+IhCTp6FL2z15S7Lxj6Dc=";
hash = "sha256-nJ3F8dUrqMeWqTV9ErGqrMvofJwBKwNUDfxWIqFh4nY=";
};
nativeBuildInputs = [