guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/62: gnu: libatomic-ops: Update to 7.6.12.


From: guix-commits
Subject: 04/62: gnu: libatomic-ops: Update to 7.6.12.
Date: Sun, 26 Jun 2022 06:09:05 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 089bec685fdeb13790c3f50c05390420107e3873
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jun 24 11:42:43 2022 +0200

    gnu: libatomic-ops: Update to 7.6.12.
    
    * gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.12.
---
 gnu/packages/bdw-gc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm
index 4275c3e9ad..0be7ff1717 100644
--- a/gnu/packages/bdw-gc.scm
+++ b/gnu/packages/bdw-gc.scm
@@ -124,7 +124,7 @@ C or C++ programs, though that is not its primary goal.")
 (define-public libatomic-ops
   (package
     (name "libatomic-ops")
-    (version "7.6.10")
+    (version "7.6.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -132,7 +132,7 @@ C or C++ programs, though that is not its primary goal.")
                     version "/libatomic_ops-" version ".tar.gz"))
               (sha256
                (base32
-                "1bwry043f62pc4mgdd37zx3fif19qyrs8f5bw7qxlmkzh5hdyzjq"))))
+                "0glzah695wsf6c27hs5wwlw4mnq1vfivdshz1rb8pq7w4mp5dazh"))))
     (build-system gnu-build-system)
     (outputs '("out" "debug"))
     (synopsis "Accessing hardware atomic memory update operations")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]