diff options
author | Mark H Weaver <mhw@netris.org> | 2014-08-20 01:29:42 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-20 01:29:42 -0400 |
commit | 8174e9b7ae945eaf4856d455209341688934fa1b (patch) | |
tree | 857cdef29bae8669391642d96231ede60b72de4d /gnu/packages | |
parent | d6535cf1db3e07b52744e9341c17f6ccea62c75f (diff) | |
download | guix-8174e9b7ae945eaf4856d455209341688934fa1b.tar guix-8174e9b7ae945eaf4856d455209341688934fa1b.tar.gz |
gnu: libatomic-ops: Update to 7.4.2.
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.4.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bdw-gc.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm index fb3c43da89..3134f18551 100644 --- a/gnu/packages/bdw-gc.scm +++ b/gnu/packages/bdw-gc.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -64,15 +65,15 @@ C or C++ programs, though that is not its primary goal.") (define-public libatomic-ops (package (name "libatomic-ops") - (version "7.4.0") + (version "7.4.2") (source (origin (method url-fetch) (uri (string-append - "http://www.hboehm.info/gc/gc_source/libatomic_ops-" + "http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-" version ".tar.gz")) (sha256 (base32 - "0njv3n63zw6v45k68z6dz14g2hpk5p230ncwmdfkglsljb1cqx98")))) + "1pdm0h1y7bgkczr8byg20r6bq15m5072cqm5pny4f9crc9gn3yh4")))) (build-system gnu-build-system) (outputs '("out" "debug")) (synopsis "Accessing hardware atomic memory update operations") |