gnu: gperftools: Update to 2.10.

* gnu/packages/cpp.scm (gperftools): Update to 2.10.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Greg Hogan 2022-07-22 16:31:18 +00:00 committed by 宋文武
parent 06cd4a84f7
commit a44a762a51
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -727,7 +727,7 @@ (define-public spscqueue
(define-public gperftools
(package
(name "gperftools")
(version "2.8.1")
(version "2.10")
(source
(origin
(method git-fetch)
@ -735,7 +735,7 @@ (define-public gperftools
(url "https://github.com/gperftools/gperftools")
(commit (string-append "gperftools-" version))))
(sha256
(base32 "19bj2vlsbfwq7m826v2ccqg47kd7cb5vcz1yw2x0v5qzhaxbakk1"))
(base32 "0s9qhx940s8q6glc8sw74k5gs8hdhjfigq20zci92qawgm7zsicm"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments