summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-18 16:57:23 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-18 16:57:23 +0100
commit665991957cb6e812788fa28ead7fff67742eb451 (patch)
tree169b25bbcbc66d095d056c24d719f7774e3cd706
parentc3d98cad5deec0d66f4d46bb21b107e05cc62b55 (diff)
downloadguix-patches-665991957cb6e812788fa28ead7fff67742eb451.tar
guix-patches-665991957cb6e812788fa28ead7fff67742eb451.tar.gz
distro: bigloo: Update to 4.0a.
* gnu/packages/scheme.scm (bigloo): Update to 4.0a.
-rw-r--r--gnu/packages/scheme.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index ee8eb83d68..0a50d52e64 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -109,14 +109,14 @@ development cycle.")
(define-public bigloo
(package
(name "bigloo")
- (version "3.9a")
+ (version "4.0a")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo"
version ".tar.gz"))
(sha256
(base32
- "0v1q0gcbn38ackdzsnvpkdgaj6ydkfdya31l2hag21aig087px1y"))))
+ "03gzrgwn3all7pxa056xbks4szkbd4b95c0kap5s1v93dbxs2v7g"))))
(build-system gnu-build-system)
(arguments
'(#:patches (list (assoc-ref %build-inputs "patch/shebangs"))