gauche: 0.9.8 -> 0.9.9

Release notes: https://practical-scheme.net/gauche/gmemo/?Release%200.9.9
This commit is contained in:
Mario Rodas 2019-12-16 20:20:20 -05:00
parent 9b372dcf2a
commit 56a206efe9
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "gauche";
version = "0.9.8";
version = "0.9.9";
src = fetchurl {
url = "mirror://sourceforge/gauche/Gauche-${version}.tgz";
sha256 = "0jxp1ladpy8kvfvk561c64spf1c3d6giqla6zscqkd6qa480vcry";
sha256 = "1yzpszhw52vkpr65r5d4khf3489mnnvnw58dd2wsvvx7499k5aac";
};
nativeBuildInputs = [ pkgconfig texinfo ];