summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-04-15 22:53:11 +0000
committerLudovic Courtès <ludo@gnu.org>2010-04-15 22:53:11 +0000
commit8a2edb8797b6d4b5f1747c718fedbc49ea1d215c (patch)
tree01625697fe78b681fd389e0a309dcd8cec0b50c3
parentbd22d01b5e9d777a7f621422c68d176b646ed630 (diff)
downloadnixpkgs-8a2edb8797b6d4b5f1747c718fedbc49ea1d215c.tar
nixpkgs-8a2edb8797b6d4b5f1747c718fedbc49ea1d215c.tar.gz
nixpkgs-8a2edb8797b6d4b5f1747c718fedbc49ea1d215c.tar.bz2
nixpkgs-8a2edb8797b6d4b5f1747c718fedbc49ea1d215c.tar.lz
nixpkgs-8a2edb8797b6d4b5f1747c718fedbc49ea1d215c.tar.xz
nixpkgs-8a2edb8797b6d4b5f1747c718fedbc49ea1d215c.tar.zst
nixpkgs-8a2edb8797b6d4b5f1747c718fedbc49ea1d215c.zip
GNU Guile 1.9.10.
svn path=/nixpkgs/trunk/; revision=21110
-rw-r--r--pkgs/development/interpreters/guile/1.9.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/guile/1.9.nix b/pkgs/development/interpreters/guile/1.9.nix
index 084c7bc885d..94a396446f9 100644
--- a/pkgs/development/interpreters/guile/1.9.nix
+++ b/pkgs/development/interpreters/guile/1.9.nix
@@ -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 =