~ruther/guix-local

fba96c4885aa5b95c42120387db0450d9794508a — Ludovic Courtès 12 years ago cfbf787
gnu: libgc: Switch to 7.2d.

* gnu/packages/bdw-gc.scm (libgc): Upgrade to 7.2d.
  (libgc-7.2): Remove.
1 files changed, 2 insertions(+), 16 deletions(-)

M gnu/packages/bdw-gc.scm
M gnu/packages/bdw-gc.scm => gnu/packages/bdw-gc.scm +2 -16
@@ 25,7 25,7 @@
(define-public libgc
  (package
   (name "libgc")
   (version "7.2alpha6")
   (version "7.2d")
   (source (origin
            (method url-fetch)
            (uri (string-append


@@ 33,7 33,7 @@
                  version ".tar.gz"))
            (sha256
             (base32
              "05jwadjbrv8pr7z9cb4miskicxqpxm0pca4h2rg5cgbpajr2bx7b"))))
              "0phwa5driahnpn79zqff14w9yc8sn3599cxz91m78hqdcpl0mznr"))))
   (build-system gnu-build-system)
   ;; TODO: Build with -DUSE_LIBC_PRIVATES (see make-bootstrap.scm).
   (synopsis "The Boehm-Demers-Weiser conservative garbage collector


@@ 58,17 58,3 @@ C or C++ programs, though that is not its primary goal.")
   ;; permissive X11-style license:
   ;; http://www.hpl.hp.com/personal/Hans_Boehm/gc/license.txt
   (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"))))))