guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: libatomic-ops: Update to 7.6.8.


From: guix-commits
Subject: 03/07: gnu: libatomic-ops: Update to 7.6.8.
Date: Wed, 12 Dec 2018 14:12:54 -0500 (EST)

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

commit 2b4a4e8e47f5cd5cdb5e8cadc7a4fc4b9d15e719
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 11 22:50:56 2018 +0100

    gnu: libatomic-ops: Update to 7.6.8.
    
    * gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.8.
---
 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 a5130f5..d816b66 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.6")
+    (version "7.6.8")
     (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
-                "0x7071z707msvyrv9dmgahd1sghbkw8fpbagvcag6xs8yp2spzlr"))))
+                "0rgni7056gnbn105lln629gwd6s51779yb5ds9s7wxl1vyg2fshx"))))
     (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]