1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

GNU Guile 1.9.9.

svn path=/nixpkgs/trunk/; revision=20762
This commit is contained in:
Ludovic Courtès 2010-03-19 13:57:17 +00:00
parent 5ff7d302ea
commit 1a1cea3076

View file

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