me
/
guix
Archived
1
0
Fork 0

gnu: libgc-7.2: Update to 7.2g.

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

View File

@ -27,14 +27,14 @@
(define-public libgc-7.2 (define-public libgc-7.2
(package (package
(name "libgc") (name "libgc")
(version "7.2f") (version "7.2g")
(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
"119x7p1cqw40mpwj80xfq879l9m1dkc7vbc1f3bz3kvkf8bf6p16")))) "0bvw6cc555qg5b7dgcqy3ryiw0wir79dqy0glff3hjmyy7i2jkjq"))))
(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