Message ID | 5a8f43a8d5cd6f845622e39557a0164b8a0004dd.1658507373.git.code@greghogan.com |
---|---|
State | Accepted |
Headers | show |
Series | [bug#56707] gnu: gperftools: Update to 2.10. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
Greg Hogan <code@greghogan.com> writes:
> * gnu/packages/cpp.scm (gperftools): Update to 2.10.
Pushed, thank you!
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 5ae5efc330..c0d3bb6b42 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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