diff options
| author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-12-23 00:11:51 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:27 +0200 |
| commit | c19ac57a1dfc4e80e67572b0a0ad07db330f2d55 (patch) | |
| tree | e8df799d5e05e23debcaae813935a4ac23bf11fe | |
| parent | 01aed29f92c90464aa04bf7b173631c57282589c (diff) | |
gnu: libatomic-ops: Update to 7.8.2.
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.8.2.
Change-Id: Ieeaaab473defd5f128b2c2b9875af5af882a0485
| -rw-r--r-- | gnu/packages/bdw-gc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm index e223bf4e82..d37769d286 100644 --- a/gnu/packages/bdw-gc.scm +++ b/gnu/packages/bdw-gc.scm @@ -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?) |
