summary refs log tree commit diff
path: root/pkgs/development/interpreters/guile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-12-18 10:49:35 +0000
committerLudovic Courtès <ludo@gnu.org>2009-12-18 10:49:35 +0000
commitf7c171f73fbcd0d0514b3dea9017ee221d0abf2d (patch)
treeb66f9451db19ea9186c584d81c4f608af06c6e2c /pkgs/development/interpreters/guile
parent6a3a485f048312661b9d358aed921543d7ccefc6 (diff)
downloadnixlib-f7c171f73fbcd0d0514b3dea9017ee221d0abf2d.tar
nixlib-f7c171f73fbcd0d0514b3dea9017ee221d0abf2d.tar.gz
nixlib-f7c171f73fbcd0d0514b3dea9017ee221d0abf2d.tar.bz2
nixlib-f7c171f73fbcd0d0514b3dea9017ee221d0abf2d.tar.lz
nixlib-f7c171f73fbcd0d0514b3dea9017ee221d0abf2d.tar.xz
nixlib-f7c171f73fbcd0d0514b3dea9017ee221d0abf2d.tar.zst
nixlib-f7c171f73fbcd0d0514b3dea9017ee221d0abf2d.zip
GNU Guile 1.9.6.
svn path=/nixpkgs/trunk/; revision=19026
Diffstat (limited to 'pkgs/development/interpreters/guile')
-rw-r--r--pkgs/development/interpreters/guile/1.9.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/interpreters/guile/1.9.nix b/pkgs/development/interpreters/guile/1.9.nix
index 253b299af392..1dd3d495339e 100644
--- a/pkgs/development/interpreters/guile/1.9.nix
+++ b/pkgs/development/interpreters/guile/1.9.nix
@@ -7,14 +7,12 @@
  else stdenv.mkDerivation)
 
 rec {
-  name = "guile-1.9.5";  # This is an alpha release!
+  name = "guile-1.9.6";  # This is an alpha release!
   src = fetchurl {
     url = "ftp://alpha.gnu.org/gnu/guile/${name}.tar.gz";
-    sha256 = "0plzdpm22fk2n5m1pjjlckfvksy13aj7n45lx1nw4334i87d6sll";
+    sha256 = "1cfhzm9az1wbq0741v98af09v7f3094ym727qjfgj8n9jyxvpxnw";
   };
 
-  /* 1.9.5 has funny directory names, which contain "GNU Guile"!  */
-
   buildInputs = [ makeWrapper gawk readline libtool libunistring pkgconfig ];
   propagatedBuildInputs = [ gmp boehmgc ];