From 665991957cb6e812788fa28ead7fff67742eb451 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 18 Jan 2013 16:57:23 +0100 Subject: distro: bigloo: Update to 4.0a. * gnu/packages/scheme.scm (bigloo): Update to 4.0a. --- gnu/packages/scheme.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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 @@ (define-public mit-scheme (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")) -- cgit v1.2.3