gnu: bigloo: Update to 4.3e1.

* gnu/packages/scheme.scm (bigloo): Update to 4.3e1.
This commit is contained in:
Kei Kebreau 2018-12-30 13:07:23 -05:00
parent b843b05abc
commit deaf0e7b21
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -224,17 +224,17 @@ (define-public bigloo
;; long after the initial publication: <https://bugs.gnu.org/33525>. For ;; long after the initial publication: <https://bugs.gnu.org/33525>. For
;; transparency, we give this "second 4.3b" release a different version ;; transparency, we give this "second 4.3b" release a different version
;; number. ;; number.
(let ((upstream-version "4.3b")) (let ((upstream-version "4.3e"))
(package (package
(name "bigloo") (name "bigloo")
(version "4.3b2") (version "4.3e1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo" (uri (string-append "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo"
upstream-version ".tar.gz")) upstream-version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02s0wrz5b1p0yqk9x6kax1vwzil7g9cyxfvl3vmy7fzznsza9gs4")) "12k1kxyn3yilba0508xh8wkrw6279gnghzqi0bs2ayf5d2wkqdj3"))
;; Remove bundled libraries. ;; Remove bundled libraries.
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet