gnu: gperftools: Update to 2.11.
* gnu/packages/cpp.scm (gperftools): Update to 2.11.master
parent
b82cec1078
commit
8175078275
|
@ -783,7 +783,7 @@ lock-free fixed size queue written in C++11.")
|
||||||
(define-public gperftools
|
(define-public gperftools
|
||||||
(package
|
(package
|
||||||
(name "gperftools")
|
(name "gperftools")
|
||||||
(version "2.10")
|
(version "2.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -791,7 +791,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 "0s9qhx940s8q6glc8sw74k5gs8hdhjfigq20zci92qawgm7zsicm"))
|
(base32 "1mwsa4y696m8zjya0k7xzr9vsgb24dq4aq13m21hb5ygy7nh47id"))
|
||||||
(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
|
||||||
|
|
Reference in New Issue