11 version = "unstable-2020-06-26";
14 src = fetchFromGitHub {
17 rev = "018588b59999c5c0eb42d6517fdb84036f3880cb";
18 sha256 = "01195hphjnlcvgykw143rf06s6y955sjc1r825a58vhjx7hj54zh";
21 propagatedBuildInputs = [ PyICU ];
24 ${python.interpreter} -m unittest slob
27 pythonImportsCheck = [ "slob" ];
30 homepage = "https://github.com/itkach/slob/";
31 description = "Reference implementation of the slob (sorted list of blobs) format";
32 license = licenses.gpl3Only;