3
0
Fork 0
forked from mirrors/nixpkgs

GNU Guile 1.9.13.

svn path=/nixpkgs/trunk/; revision=24364
This commit is contained in:
Ludovic Courtès 2010-10-19 13:20:15 +00:00
parent c75c5a5991
commit f7278f137e

View file

@ -7,11 +7,11 @@
else stdenv.mkDerivation)
rec {
name = "guile-1.9.12"; # This is a beta release!
name = "guile-1.9.13"; # This is a beta release!
src = fetchurl {
url = "ftp://alpha.gnu.org/gnu/guile/${name}.tar.gz";
sha256 = "098p940fs6jmjpdp4jb2wjqrr0l2cgf8yhy3nf9s444pxwlyvn2g";
sha256 = "1idrp39lnqyiw68k1mmbfrd46zqdn19crwqbg3b064p6hljypdl4";
};
buildInputs =