me
/
guix
Archived
1
0
Fork 0

gnu: libgc: Update to 7.6.0.

* gnu/packages/bdw-gc.scm (libgc): Update to 7.6.0.
master
Leo Famulari 2016-11-21 14:16:52 -05:00
parent a8ce976fe6
commit 4b269baf44
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -91,14 +91,14 @@ lock-free code, experiment with thread programming paradigms, etc.")
(define-public libgc
(package (inherit libgc-7.2)
(version "7.4.2")
(version "7.6.0")
(source (origin
(method url-fetch)
(uri (string-append "http://www.hboehm.info/gc/gc_source/gc-"
version ".tar.gz"))
(sha256
(base32
"18mg28rr6kwr5clc65k4l4hkyy4kd16amx831sjf8q2lqkbhlck3"))))
"143x7g0d0k6250ai6m2x3l4y352mzizi4wbgrmahxscv2aqjhjm1"))))
;; New dependencies.
(native-inputs `(("pkg-config" ,pkg-config)))