1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 14:10:38 +02:00

gnu: libatomic-ops: Update to 7.8.2.

* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.8.2.

Change-Id: Ieeaaab473defd5f128b2c2b9875af5af882a0485
This commit is contained in:
Zheng Junjie
2024-12-23 00:11:51 +08:00
committed by Andreas Enge
parent 01aed29f92
commit c19ac57a1d

View File

@@ -149,7 +149,7 @@ C or C++ programs, though that is not its primary goal.")
(define-public libatomic-ops
(package
(name "libatomic-ops")
(version "7.6.12")
(version "7.8.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -157,7 +157,7 @@ C or C++ programs, though that is not its primary goal.")
version "/libatomic_ops-" version ".tar.gz"))
(sha256
(base32
"0glzah695wsf6c27hs5wwlw4mnq1vfivdshz1rb8pq7w4mp5dazh"))))
"0lcv86ib2ryqh18gsgarpkyf6k5l2bd1kh5lbkxv7wh7w9zj01fk"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(native-inputs (if (target-loongarch64?)