chickenEggs.string-utils: init at 2.4.0

This commit is contained in:
Daniel Nagy 2021-02-14 00:28:33 +01:00
parent e91febd454
commit 42cd512356
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -332,5 +332,24 @@ rec {
];
};
string-utils = eggDerivation {
name = "string-utils-2.4.0";
src = fetchegg {
name = "string-utils";
version = "2.4.0";
sha256 = "09m3s0p199r2nmvc8qnqvbxjbq967gvwqrzp236wsw3hdcil6p8v";
};
buildInputs = [
srfi-1
srfi-13
srfi-69
miscmacros
check-errors
utf8
];
};
}