mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: bigloo: Update to 4.3e1.
* gnu/packages/scheme.scm (bigloo): Update to 4.3e1.
This commit is contained in:
parent
b843b05abc
commit
deaf0e7b21
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue