[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: opari2: Update to 2.0.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
08/12: gnu: opari2: Update to 2.0.3. |
Date: |
Fri, 10 Aug 2018 20:09:23 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 82536c48772187840279598c1e0f366aa97c99ce
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Aug 10 02:27:16 2018 +0200
gnu: opari2: Update to 2.0.3.
* gnu/packages/profiling.scm (opari2): Update to 2.0.3.
---
gnu/packages/profiling.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm
index 56e5c48..c58881b 100644
--- a/gnu/packages/profiling.scm
+++ b/gnu/packages/profiling.scm
@@ -173,7 +173,7 @@ efficient event trace data format plus support library.")
(define-public opari2
(package
(name "opari2")
- (version "2.0.2")
+ (version "2.0.3")
(source
(origin
(method url-fetch)
@@ -182,7 +182,7 @@ efficient event trace data format plus support library.")
(minor (cadr parts)))
(string-append
"http://www.vi-hps.org/upload/packages/opari2/opari2-"
version ".tar.gz")))
- (sha256 (base32
"1ph8l5c646bm9l5vcn8rrbjvkyi7y8yvn2ny95r6kmlzs766g3q8"))))
+ (sha256 (base32
"0v785mhw9azj3ln5v7akj5b1cxvzfkxz8kj565pfwllir7xzqbky"))))
(build-system gnu-build-system)
(inputs `(("gfortran" ,gfortran)))
(native-inputs `(("gawk" ,gawk) ;for tests
- branch master updated (c5ca9b9 -> 8502ff7), Tobias Geerinckx-Rice, 2018/08/10
- 01/12: gnu: ccrypt: Update to 1.11., Tobias Geerinckx-Rice, 2018/08/10
- 09/12: gnu: dialog: Update to 1.3-20180621., Tobias Geerinckx-Rice, 2018/08/10
- 05/12: gnu: perl-net-dns: Update home page., Tobias Geerinckx-Rice, 2018/08/10
- 02/12: gnu: Add oath-toolkit., Tobias Geerinckx-Rice, 2018/08/10
- 03/12: gnu: r-cowplot: Update to 0.9.3., Tobias Geerinckx-Rice, 2018/08/10
- 04/12: gnu: perl-net-dns: Update to 1.17., Tobias Geerinckx-Rice, 2018/08/10
- 06/12: gnu: xfig: Update to 3.2.7a., Tobias Geerinckx-Rice, 2018/08/10
- 07/12: gnu: opari2: Remove redundant code., Tobias Geerinckx-Rice, 2018/08/10
- 08/12: gnu: opari2: Update to 2.0.3.,
Tobias Geerinckx-Rice <=
- 11/12: gnu: otf2: Edit description., Tobias Geerinckx-Rice, 2018/08/10
- 10/12: gnu: po4a: Update to 0.54., Tobias Geerinckx-Rice, 2018/08/10
- 12/12: gnu: mew: Use HTTPS., Tobias Geerinckx-Rice, 2018/08/10