gnu: gperftools: Update to 2.8.

* gnu/packages/cpp.scm (gperftools): Update to 2.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-11 20:23:58 +02:00
parent 845f5a0306
commit 4ec610af2c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -328,7 +328,7 @@ (define-public ccls
(define-public gperftools
(package
(name "gperftools")
(version "2.7")
(version "2.8")
(source
(origin
(method git-fetch)
@ -336,14 +336,14 @@ (define-public gperftools
(url "https://github.com/gperftools/gperftools")
(commit (string-append "gperftools-" version))))
(sha256
(base32 "0amvwrzn5qc0b0jpxpy5g6zkmj97zjh4hhjrd130hsg2lwwcwhy1"))
(base32 "1rnc53kaxlljgbpsff906vdsry9jl9gcvcnmxgkprwzxq1wipyd0"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)
;; For tests:
;; For tests.
("perl" ,perl)))
(home-page "https://github.com/gperftools/gperftools")
(synopsis "Multi-threaded malloc() and performance analysis tools for C++")