diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-21 14:12:40 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-21 14:17:29 -0500 |
commit | a373c68588498c7f2316227f020036e49ec648c5 (patch) | |
tree | 1510e71440e0538d97cd0a88a199153113f1f9af | |
parent | d3d2167728e2fa81ee043461d67da7358372ac15 (diff) | |
download | guix-a373c68588498c7f2316227f020036e49ec648c5.tar guix-a373c68588498c7f2316227f020036e49ec648c5.tar.gz |
gnu: libatomic-ops: Update to 7.4.4.
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.4.4.
-rw-r--r-- | gnu/packages/bdw-gc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm index 992a11bac0..193cbce620 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") |