3
0
Fork 0
forked from mirrors/nixpkgs

GNU Guile 1.9.10.

svn path=/nixpkgs/trunk/; revision=21110
This commit is contained in:
Ludovic Courtès 2010-04-15 22:53:11 +00:00
parent bd22d01b5e
commit 8a2edb8797

View file

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