guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: papi: Update to 6.0.0.1.


From: guix-commits
Subject: 12/12: gnu: papi: Update to 6.0.0.1.
Date: Sat, 4 Jun 2022 14:31:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5754b52abccbb25f29fc02b4308618f11bd6a167
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:00 2022 +0200

    gnu: papi: Update to 6.0.0.1.
    
    * gnu/packages/profiling.scm (papi): Update to 6.0.0.1.
    [source]: Use HTTPS.
---
 gnu/packages/profiling.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm
index 2740644448..d4993060b2 100644
--- a/gnu/packages/profiling.scm
+++ b/gnu/packages/profiling.scm
@@ -50,14 +50,14 @@
 (define-public papi
   (package
     (name "papi")
-    (version "6.0.0")
+    (version "6.0.0.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://icl.utk.edu/projects/papi/downloads/papi-";
+       (uri (string-append "https://icl.utk.edu/projects/papi/downloads/papi-";
                            version ".tar.gz"))
-       (sha256 (base32
-                "0pq5nhy105fpnk78k6l9ygsfr5akn6l0ck1hbf2c419lmsfp0hil"))
+       (sha256
+        (base32 "0zr83v51lp4ijgk997dz9fpph48prlsbml26dvb223avqr8fvmrw"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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