gnu: libatomic-ops: Update to 7.4.4.
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.4.4.master
parent
d3d2167728
commit
a373c68588
|
@ -67,7 +67,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.4.2")
|
(version "7.4.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -75,7 +75,7 @@ C or C++ programs, though that is not its primary goal.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pdm0h1y7bgkczr8byg20r6bq15m5072cqm5pny4f9crc9gn3yh4"))))
|
"13vg5fqwil17zpf4hj4h8rh3blzmym693lkdjgvwpgni1mh0l8dz"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue