gnu: libatomic-ops: Update to 7.6.6.
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.6.
This commit is contained in:
parent
827509a30c
commit
e63199ec68
|
@ -91,7 +91,7 @@ C or C++ programs, though that is not its primary goal.")
|
||||||
(define-public libatomic-ops
|
(define-public libatomic-ops
|
||||||
(package
|
(package
|
||||||
(name "libatomic-ops")
|
(name "libatomic-ops")
|
||||||
(version "7.6.4")
|
(version "7.6.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -99,7 +99,7 @@ C or C++ programs, though that is not its primary goal.")
|
||||||
version "/libatomic_ops-" version ".tar.gz"))
|
version "/libatomic_ops-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0knxncsjhbknlyy6lx7ycxhpzfk3sykhvicgxyp0rmsxd1d3v0jv"))))
|
"0x7071z707msvyrv9dmgahd1sghbkw8fpbagvcag6xs8yp2spzlr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(synopsis "Accessing hardware atomic memory update operations")
|
(synopsis "Accessing hardware atomic memory update operations")
|
||||||
|
|
Loading…
Reference in New Issue