gnu: libatomic-ops: Update to 7.6.6.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 20 Aug 2018 12:59:43 +0000 (14:59 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 21 Aug 2018 15:24:29 +0000 (17:24 +0200)
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.6.

gnu/packages/bdw-gc.scm

index 42ec61e..c7491f8 100644 (file)
@@ -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.4")
+    (version "7.6.6")
     (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
-                "0knxncsjhbknlyy6lx7ycxhpzfk3sykhvicgxyp0rmsxd1d3v0jv"))))
+                "0x7071z707msvyrv9dmgahd1sghbkw8fpbagvcag6xs8yp2spzlr"))))
     (build-system gnu-build-system)
     (outputs '("out" "debug"))
     (synopsis "Accessing hardware atomic memory update operations")