[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: bigloo: Update to 4.3f.
From: |
guix-commits |
Subject: |
03/13: gnu: bigloo: Update to 4.3f. |
Date: |
Mon, 23 Dec 2019 22:01:16 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 77d2e43c01ba5100909f9a0fed2183c106d34bd9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Dec 24 00:00:33 2019 +0100
gnu: bigloo: Update to 4.3f.
* gnu/packages/scheme.scm (bigloo): Update to 4.3f.
---
gnu/packages/scheme.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index cc69c54..c8a21c1 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -223,20 +223,18 @@ features an integrated Emacs-like editor and a large
runtime library.")
(define-public bigloo
;; Upstream modifies source tarballs in place, making significant changes
- ;; long after the initial publication: <https://bugs.gnu.org/33525>. For
- ;; transparency, we give this "second 4.3b" release a different version
- ;; number.
- (let ((upstream-version "4.3e"))
+ ;; long after the initial publication: <https://bugs.gnu.org/33525>.
+ (let ((upstream-version "4.3f"))
(package
(name "bigloo")
- (version "4.3e1")
+ (version "4.3f")
(source (origin
(method url-fetch)
(uri (string-append
"ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo"
upstream-version ".tar.gz"))
(sha256
(base32
- "12k1kxyn3yilba0508xh8wkrw6279gnghzqi0bs2ayf5d2wkqdj3"))
+ "09whj8z91qbihk59dw2yb2ccbx9nk1c4l65j62pfs1pz822cpyh9"))
;; Remove bundled libraries.
(modules '((guix build utils)))
(snippet
- branch master updated (88c9408 -> 492bfa5), guix-commits, 2019/12/23
- 02/13: gnu: cifs-utils: Update phase style., guix-commits, 2019/12/23
- 01/13: gnu: cifs-utils: Update to 6.10., guix-commits, 2019/12/23
- 04/13: gnu: bigloo: Use HTTPS home page., guix-commits, 2019/12/23
- 03/13: gnu: bigloo: Update to 4.3f.,
guix-commits <=
- 08/13: gnu: oniguruma: Update to 6.9.4., guix-commits, 2019/12/23
- 12/13: gnu: samba: Update to 4.11.4., guix-commits, 2019/12/23
- 13/13: gnu: hplip: Update to 3.19.12., guix-commits, 2019/12/23
- 09/13: gnu: tdb: Update to 1.4.3., guix-commits, 2019/12/23
- 10/13: gnu: talloc: Update to 2.3.1., guix-commits, 2019/12/23
- 05/13: gnu: diffstat: Update to 1.63., guix-commits, 2019/12/23
- 06/13: gnu: diffstat: Don't use NAME in source URI., guix-commits, 2019/12/23
- 07/13: gnu: wine: Update to 4.0.3., guix-commits, 2019/12/23
- 11/13: gnu: tevent: Update to 0.10.2., guix-commits, 2019/12/23