11 version = "unstable-2016-11-03";
14 src = fetchFromGitHub {
17 rev = "d1ed71e4778729ecdfc2fe27ed783689a220a6cd";
18 sha256 = "1r510s4r124s121wwdm9qgap6zivlqqxrhxljz8nx0kv0cdyypi5";
21 propagatedBuildInputs = [ PyICU ];
24 ${python.interpreter} -m unittest slob
28 homepage = "https://github.com/itkach/slob/";
29 description = "Reference implementation of the slob (sorted list of blobs) format";
30 license = licenses.gpl3;
31 maintainers = [ maintainers.rycee ];