[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/28: gnu: opari2: Update to 2.0.5.
From: |
guix-commits |
Subject: |
08/28: gnu: opari2: Update to 2.0.5. |
Date: |
Fri, 3 Jan 2020 07:54:44 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2559c243e7b20cd25f0a0fa842d0a2063a151446
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jan 3 01:08:17 2020 +0100
gnu: opari2: Update to 2.0.5.
* gnu/packages/profiling.scm (opari2): Update to 2.0.5.
---
gnu/packages/profiling.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm
index 57f6b5c..5cc9113 100644
--- a/gnu/packages/profiling.scm
+++ b/gnu/packages/profiling.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Dave Love <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -173,13 +173,14 @@ memory-efficient event trace data format plus support
library.")
(define-public opari2
(package
(name "opari2")
- (version "2.0.4")
+ (version "2.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.vi-hps.org/cms/upload/packages/opari2/"
"opari2-" version ".tar.gz"))
- (sha256 (base32
"0cd1l30x8hygvbh6yay7mn483vjq3z4b7wnsffs80rznj93k57pn"))))
+ (sha256
+ (base32 "1xaf25lcxk4ky1kzfks40ja9mayh8pnmrzch2107c8dcjrsxsd4h"))))
(build-system gnu-build-system)
(inputs `(("gfortran" ,gfortran)))
(native-inputs `(("gawk" ,gawk) ; for tests
- branch master updated (fe9a113 -> b24f561), guix-commits, 2020/01/03
- 03/28: gnu: qbittorrent: Update to 4.2.1., guix-commits, 2020/01/03
- 05/28: gnu: mg: Update to 20180927., guix-commits, 2020/01/03
- 01/28: gnu: fasm: Update to 1.73.21., guix-commits, 2020/01/03
- 06/28: gnu: libxls: Update to 1.5.2., guix-commits, 2020/01/03
- 07/28: gnu: protozero: Update to 1.6.8., guix-commits, 2020/01/03
- 02/28: gnu: fasm: Expand acronym in description., guix-commits, 2020/01/03
- 04/28: gnu: beep: Update to 1.4.7., guix-commits, 2020/01/03
- 08/28: gnu: opari2: Update to 2.0.5.,
guix-commits <=
- 13/28: gnu: eyed3: Update to 0.8.12., guix-commits, 2020/01/03
- 16/28: gnu: samplv1: Update to 0.9.12., guix-commits, 2020/01/03
- 10/28: gnu: musl: Update to 1.1.24., guix-commits, 2020/01/03
- 12/28: gnu: zam-plugins: Update to 3.12., guix-commits, 2020/01/03
- 15/28: gnu: drumkv1: Update to 0.9.12., guix-commits, 2020/01/03
- 14/28: gnu: synthv1: Update to 0.9.12., guix-commits, 2020/01/03
- 22/28: file-systems: Add support for JFS., guix-commits, 2020/01/03
- 21/28: gnu: gloox: Update to 1.0.23., guix-commits, 2020/01/03
- 17/28: gnu: padthv1: Update to 0.9.12., guix-commits, 2020/01/03
- 18/28: gnu: qtractor: Update to 0.9.12., guix-commits, 2020/01/03