me
/
guix
Archived
1
0
Fork 0

gnu: libgc: Upgrade to 7.2e.

* gnu/packages/bdw-gc.scm (libgc): Upgrade to 7.2e.
master
Mark H Weaver 2014-03-04 13:30:43 -05:00
parent 8be3b8a39b
commit bfb6b1c7b7
1 changed files with 2 additions and 2 deletions

View File

@ -26,14 +26,14 @@
(define-public libgc (define-public libgc
(package (package
(name "libgc") (name "libgc")
(version "7.2d") (version "7.2e")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.hboehm.info/gc/gc_source/gc-" (uri (string-append "http://www.hboehm.info/gc/gc_source/gc-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0phwa5driahnpn79zqff14w9yc8sn3599cxz91m78hqdcpl0mznr")))) "0jxgr71rhk58dzc1ihqs51vldh2qs1m154bn41qh6q1dm145nc89"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; Make it so that we don't rely on /proc. This is especially useful in ;; Make it so that we don't rely on /proc. This is especially useful in