gnu: libgc: Update to 8.2.8.

* gnu/packages/bdw-gc.scm (libgc): Update to 8.2.8.

Change-Id: I863c78c69707ec6a92d6045662c4f789a11fa7f7
This commit is contained in:
Zheng Junjie 2025-02-07 11:08:04 +08:00 committed by Andreas Enge
parent c19ac57a1d
commit 2498c4d4b3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -36,7 +36,7 @@
(define-public libgc
(package
(name "libgc")
(version "8.2.4")
(version "8.2.8")
(source (origin
(method url-fetch)
(uri (list (string-append "https://github.com/ivmai/bdwgc/releases"
@ -46,7 +46,7 @@
"/gc-" version ".tar.gz")))
(sha256
(base32
"1hlgqkg9arc8sqf7wamvzmp3shb3np5z0h5v0qqksh3pw3dkq39x"))))
"0q5imdfzpngpz81banf2wn6b8byrj0jp9j5m3xg349nb44304jbn"))))
(build-system gnu-build-system)
(arguments
(append