guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: otf2: Update to 2.1.1.


From: Tobias Geerinckx-Rice
Subject: 07/08: gnu: otf2: Update to 2.1.1.
Date: Thu, 9 Aug 2018 20:19:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 27114bc3e0b23e3385a1569337b93db197411811
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 10 00:41:58 2018 +0200

    gnu: otf2: Update to 2.1.1.
    
    * gnu/packages/profiling.scm (otf2): Update to 2.1.1.
---
 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 b2def45..07da23a 100644
--- a/gnu/packages/profiling.scm
+++ b/gnu/packages/profiling.scm
@@ -140,13 +140,13 @@ performance measurement opportunites across the hardware 
and software stack.")
 (define-public otf2
   (package
     (name "otf2")
-    (version "2.1")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.vi-hps.org/upload/packages/otf2/otf2-";
                            version ".tar.gz"))
-       (sha256 (base32 
"1lyaqhdfaqm1kd23yk71g71vkscw83s7m57j017y768h8sh8xlwa"))))
+       (sha256 (base32 
"1ls7rz6qwnqbkifpafc95bnfh3m9xbs74in8zxlnhfbgwx11nn81"))))
     (native-inputs `(("python" ,python)))
     (outputs '("doc"                              ; 18MB
                "lib"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]