mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
06cd4a84f7
commit
a44a762a51
1 changed files with 2 additions and 2 deletions
|
@ -727,7 +727,7 @@ lock-free fixed size queue written in C++11.")
|
||||||
(define-public gperftools
|
(define-public gperftools
|
||||||
(package
|
(package
|
||||||
(name "gperftools")
|
(name "gperftools")
|
||||||
(version "2.8.1")
|
(version "2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -735,7 +735,7 @@ lock-free fixed size queue written in C++11.")
|
||||||
(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 "19bj2vlsbfwq7m826v2ccqg47kd7cb5vcz1yw2x0v5qzhaxbakk1"))
|
(base32 "0s9qhx940s8q6glc8sw74k5gs8hdhjfigq20zci92qawgm7zsicm"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue