guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libatomic-ops: Update to 7.6.4.


From: Marius Bakke
Subject: 02/02: gnu: libatomic-ops: Update to 7.6.4.
Date: Tue, 27 Mar 2018 16:47:08 -0400 (EDT)

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

commit fbeca8cec643ebbaf4aa2fa42a70ec87d0ff6c52
Author: Marius Bakke <address@hidden>
Date:   Tue Mar 27 15:42:52 2018 +0200

    gnu: libatomic-ops: Update to 7.6.4.
    
    * gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.4.
---
 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 10e8fe8..eba3021 100644
--- a/gnu/packages/bdw-gc.scm
+++ b/gnu/packages/bdw-gc.scm
@@ -91,7 +91,7 @@ C or C++ programs, though that is not its primary goal.")
 (define-public libatomic-ops
   (package
     (name "libatomic-ops")
-    (version "7.6.2")
+    (version "7.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -99,7 +99,7 @@ C or C++ programs, though that is not its primary goal.")
                     version "/libatomic_ops-" version ".tar.gz"))
               (sha256
                (base32
-                "1rif2hjscq5mh639nsnjhb90c01gnmy1sbmj6x6hsn1xmpnj95r1"))))
+                "0knxncsjhbknlyy6lx7ycxhpzfk3sykhvicgxyp0rmsxd1d3v0jv"))))
     (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]