Skip to content
Snippets Groups Projects
Commit f0dafadc authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: libgc-7.2: Update to 7.2f.

* gnu/packages/bdw-gc.scm (libgc-7.2): Update to 7.2f.
parent 460f97f8
No related branches found
No related tags found
No related merge requests found
...@@ -26,14 +26,14 @@ (define-module (gnu packages bdw-gc) ...@@ -26,14 +26,14 @@ (define-module (gnu packages bdw-gc)
(define-public libgc-7.2 (define-public libgc-7.2
(package (package
(name "libgc") (name "libgc")
(version "7.2e") (version "7.2f")
(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
"0jxgr71rhk58dzc1ihqs51vldh2qs1m154bn41qh6q1dm145nc89")))) "119x7p1cqw40mpwj80xfq879l9m1dkc7vbc1f3bz3kvkf8bf6p16"))))
(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
......
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