guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libatomic-ops: Update to 7.4.4.


From: Leo Famulari
Subject: 01/01: gnu: libatomic-ops: Update to 7.4.4.
Date: Mon, 21 Nov 2016 19:17:38 +0000 (UTC)

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

commit a373c68588498c7f2316227f020036e49ec648c5
Author: Leo Famulari <address@hidden>
Date:   Mon Nov 21 14:12:40 2016 -0500

    gnu: libatomic-ops: Update to 7.4.4.
    
    * gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.4.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 992a11b..193cbce 100644
--- a/gnu/packages/bdw-gc.scm
+++ b/gnu/packages/bdw-gc.scm
@@ -67,7 +67,7 @@ C or C++ programs, though that is not its primary goal.")
 (define-public libatomic-ops
   (package
     (name "libatomic-ops")
-    (version "7.4.2")
+    (version "7.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -75,7 +75,7 @@ C or C++ programs, though that is not its primary goal.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1pdm0h1y7bgkczr8byg20r6bq15m5072cqm5pny4f9crc9gn3yh4"))))
+                "13vg5fqwil17zpf4hj4h8rh3blzmym693lkdjgvwpgni1mh0l8dz"))))
     (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]