guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/13: gnu: gperftools: Update to 2.8.


From: guix-commits
Subject: 07/13: gnu: gperftools: Update to 2.8.
Date: Sat, 11 Jul 2020 16:04:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4ec610af2c3e9cab3a3545047c140eb30b22992c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jul 11 20:23:58 2020 +0200

    gnu: gperftools: Update to 2.8.
    
    * gnu/packages/cpp.scm (gperftools): Update to 2.8.
---
 gnu/packages/cpp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index a1d82cc..6b29dfc 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -328,7 +328,7 @@ maintained anymore.")
 (define-public gperftools
   (package
     (name "gperftools")
-    (version "2.7")
+    (version "2.8")
     (source
      (origin
        (method git-fetch)
@@ -336,14 +336,14 @@ maintained anymore.")
              (url "https://github.com/gperftools/gperftools";)
              (commit (string-append "gperftools-" version))))
        (sha256
-        (base32 "0amvwrzn5qc0b0jpxpy5g6zkmj97zjh4hhjrd130hsg2lwwcwhy1"))
+        (base32 "1rnc53kaxlljgbpsff906vdsry9jl9gcvcnmxgkprwzxq1wipyd0"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)
-       ;; For tests:
+       ;; For tests.
        ("perl" ,perl)))
     (home-page "https://github.com/gperftools/gperftools";)
     (synopsis "Multi-threaded malloc() and performance analysis tools for C++")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]