me
/
guix
Archived
1
0
Fork 0

gnu: papi: Update to 6.0.0.1.

* gnu/packages/profiling.scm (papi): Update to 6.0.0.1.
[source]: Use HTTPS.
master
Tobias Geerinckx-Rice 2022-05-29 02:00:00 +02:00
parent 847aa3942b
commit 5754b52abc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -50,14 +50,14 @@
(define-public papi (define-public papi
(package (package
(name "papi") (name "papi")
(version "6.0.0") (version "6.0.0.1")
(source (source
(origin (origin
(method url-fetch) (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")) version ".tar.gz"))
(sha256 (base32 (sha256
"0pq5nhy105fpnk78k6l9ygsfr5akn6l0ck1hbf2c419lmsfp0hil")) (base32 "0zr83v51lp4ijgk997dz9fpph48prlsbml26dvb223avqr8fvmrw"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin