6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "01q0xh2fy3zzsrfr45d2ypj4whs7s060cy1rnprg6sg55fbgbaih";
17 description = "A Python library for extracting MPQ (MoPaQ) files.";
19 homepage = "https://github.com/eagleflo/mpyq";
20 license = lib.licenses.bsd2;
21 maintainers = with lib.maintainers; [ ];