Skip to content
Snippets Groups Projects
Commit a10f6f7b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: libgc: Add 7.2d.

* gnu/packages/bdw-gc.scm (libgc-7.2): New variable.
parent bb3fe7fc
No related branches found
No related tags found
No related merge requests found
...@@ -58,3 +58,17 @@ (define-public libgc ...@@ -58,3 +58,17 @@ (define-public libgc
;; permissive X11-style license: ;; permissive X11-style license:
;; http://www.hpl.hp.com/personal/Hans_Boehm/gc/license.txt ;; http://www.hpl.hp.com/personal/Hans_Boehm/gc/license.txt
(license x11))) (license x11)))
(define-public libgc-7.2
;; This is the latest final release of the 7.2 series.
;; TODO: Use it as the default when doing a core-updates.
(package (inherit libgc)
(version "7.2d")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-"
version ".tar.gz"))
(sha256
(base32
"0phwa5driahnpn79zqff14w9yc8sn3599cxz91m78hqdcpl0mznr"))))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment