GNU Guile 1.9.14.

svn path=/nixpkgs/trunk/; revision=25421
This commit is contained in:
Ludovic Courtès 2011-01-05 10:48:30 +00:00
parent 7f157c0f33
commit 9dd29fa160

View File

@ -7,11 +7,11 @@
else stdenv.mkDerivation)
rec {
name = "guile-1.9.13"; # This is a beta release!
name = "guile-1.9.14"; # This is a beta release!
src = fetchurl {
url = "ftp://alpha.gnu.org/gnu/guile/${name}.tar.gz";
sha256 = "1idrp39lnqyiw68k1mmbfrd46zqdn19crwqbg3b064p6hljypdl4";
sha256 = "16239r7racjjv8pjvmcg4jzsxz1s54rwfj4lqwf6qbignj0gnga0";
};
buildInputs =
@ -47,7 +47,7 @@ rec {
setupHook = ./setup-hook.sh;
meta = {
description = "GNU Guile 1.9 (alpha), an embeddable Scheme implementation";
description = "GNU Guile 1.9 (beta), an embeddable Scheme implementation";
longDescription = ''
GNU Guile is an implementation of the Scheme programming language, with