mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: bigloo: Update to 4.3f.
* gnu/packages/scheme.scm (bigloo): Update to 4.3f.
This commit is contained in:
parent
7927a0d9c5
commit
77d2e43c01
1 changed files with 4 additions and 6 deletions
|
@ -223,20 +223,18 @@ (define-public mit-scheme
|
||||||
|
|
||||||
(define-public bigloo
|
(define-public bigloo
|
||||||
;; Upstream modifies source tarballs in place, making significant changes
|
;; Upstream modifies source tarballs in place, making significant changes
|
||||||
;; long after the initial publication: <https://bugs.gnu.org/33525>. For
|
;; long after the initial publication: <https://bugs.gnu.org/33525>.
|
||||||
;; transparency, we give this "second 4.3b" release a different version
|
(let ((upstream-version "4.3f"))
|
||||||
;; number.
|
|
||||||
(let ((upstream-version "4.3e"))
|
|
||||||
(package
|
(package
|
||||||
(name "bigloo")
|
(name "bigloo")
|
||||||
(version "4.3e1")
|
(version "4.3f")
|
||||||
(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
|
||||||
"12k1kxyn3yilba0508xh8wkrw6279gnghzqi0bs2ayf5d2wkqdj3"))
|
"09whj8z91qbihk59dw2yb2ccbx9nk1c4l65j62pfs1pz822cpyh9"))
|
||||||
;; Remove bundled libraries.
|
;; Remove bundled libraries.
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue