diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-20 14:59:43 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-21 17:24:29 +0200 |
commit | e63199ec68747a590f7429a575302917857c37dd (patch) | |
tree | 8db9452dc74f431d5a42dbd464e2f4e822fc85ce /gnu | |
parent | 827509a30caa7233877e5e22f7a188ce16f3747a (diff) | |
download | patches-e63199ec68747a590f7429a575302917857c37dd.tar patches-e63199ec68747a590f7429a575302917857c37dd.tar.gz |
gnu: libatomic-ops: Update to 7.6.6.
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.6.
Diffstat (limited to 'gnu')
-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 42ec61e324..c7491f845f 100644 --- a/gnu/packages/bdw-gc.scm +++ b/gnu/packages/bdw-gc.scm @@ -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") |