[PATCH core-packages-team] gnu: libatomic-ops: Update to 7.8.2.

  • Open
  • quality assurance status badge
Details
One participant
  • Zheng Junjie
Owner
unassigned
Submitted by
Zheng Junjie
Severity
normal
Z
Z
Zheng Junjie wrote 3 days ago
(address . guix-patches@gnu.org)
cbe991c6ad9fb5c2253e7e3abec83a6dd91467a0.1734883911.git.zhengjunjie@iscas.ac.cn
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.8.2.

Change-Id: Ieeaaab473defd5f128b2c2b9875af5af882a0485
---
gnu/packages/bdw-gc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm
index 8eed98d1fd7..5d1868be1ea 100644
--- a/gnu/packages/bdw-gc.scm
+++ b/gnu/packages/bdw-gc.scm
@@ -144,7 +144,7 @@ (define-public libgc/back-pointers
(define-public libatomic-ops
(package
(name "libatomic-ops")
- (version "7.6.12")
+ (version "7.8.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -152,7 +152,7 @@ (define-public libatomic-ops
version "/libatomic_ops-" version ".tar.gz"))
(sha256
(base32
- "0glzah695wsf6c27hs5wwlw4mnq1vfivdshz1rb8pq7w4mp5dazh"))))
+ "0lcv86ib2ryqh18gsgarpkyf6k5l2bd1kh5lbkxv7wh7w9zj01fk"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(synopsis "Accessing hardware atomic memory update operations")

base-commit: 87acbfff72efd840edfa471c08f059f5d290100c
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75028@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75028
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch