gnu: gperftools: Update to 2.8.
* gnu/packages/cpp.scm (gperftools): Update to 2.8.
This commit is contained in:
parent
845f5a0306
commit
4ec610af2c
@ -328,7 +328,7 @@ maintained anymore.")
|
|||||||
(define-public gperftools
|
(define-public gperftools
|
||||||
(package
|
(package
|
||||||
(name "gperftools")
|
(name "gperftools")
|
||||||
(version "2.7")
|
(version "2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -336,14 +336,14 @@ maintained anymore.")
|
|||||||
(url "https://github.com/gperftools/gperftools")
|
(url "https://github.com/gperftools/gperftools")
|
||||||
(commit (string-append "gperftools-" version))))
|
(commit (string-append "gperftools-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0amvwrzn5qc0b0jpxpy5g6zkmj97zjh4hhjrd130hsg2lwwcwhy1"))
|
(base32 "1rnc53kaxlljgbpsff906vdsry9jl9gcvcnmxgkprwzxq1wipyd0"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
;; For tests:
|
;; For tests.
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(home-page "https://github.com/gperftools/gperftools")
|
(home-page "https://github.com/gperftools/gperftools")
|
||||||
(synopsis "Multi-threaded malloc() and performance analysis tools for C++")
|
(synopsis "Multi-threaded malloc() and performance analysis tools for C++")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user