Merge pull request #280551 from chuangzhu/pure-protobuf-rollback

python3Packages.pure-protobuf: 3.0.0 -> 2.3.0
This commit is contained in:
kirillrdy 2024-01-16 06:37:54 +09:00 committed by GitHub
commit 16a734b39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [