summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:17 +0200
commit5754b52abccbb25f29fc02b4308618f11bd6a167 (patch)
treef6fa6d1cd461a14da58a74c4ded1c9877cca4e04
parent847aa3942b5edea04d56dfb75ad1d88a3e9bb256 (diff)
downloadguix-patches-5754b52abccbb25f29fc02b4308618f11bd6a167.tar
guix-patches-5754b52abccbb25f29fc02b4308618f11bd6a167.tar.gz
gnu: papi: Update to 6.0.0.1.
* gnu/packages/profiling.scm (papi): Update to 6.0.0.1. [source]: Use HTTPS.
-rw-r--r--gnu/packages/profiling.scm8
1 files 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