8 buildPythonPackage rec {
9 pname = "s2clientprotocol";
10 version = "3.19.1.58600.0";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "02jqwdfj5zpag4c5nf0707qmwk7sqm98yfgrd19rq6pi58zgl74f";
18 patches = [ ./pure-version.patch ];
20 buildInputs = [ protobuf ];
23 description = "StarCraft II - client protocol";
24 homepage = "https://github.com/Blizzard/s2client-proto";
25 license = lib.licenses.mit;