mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libatomic-ops: Update to 7.4.4.
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.4.4.
This commit is contained in:
parent
d3d2167728
commit
a373c68588
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ (define-public libgc-7.2
|
|||
(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 @@ (define-public libatomic-ops
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pdm0h1y7bgkczr8byg20r6bq15m5072cqm5pny4f9crc9gn3yh4"))))
|
||||
"13vg5fqwil17zpf4hj4h8rh3blzmym693lkdjgvwpgni1mh0l8dz"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "debug"))
|
||||
(synopsis "Accessing hardware atomic memory update operations")
|
||||
|
|
Loading…
Reference in a new issue