emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#56707: closed ([PATCH] gnu: gperftools: Update to 2.10.)


From: GNU bug Tracking System
Subject: bug#56707: closed ([PATCH] gnu: gperftools: Update to 2.10.)
Date: Thu, 04 Aug 2022 06:46:02 +0000

Your message dated Thu, 04 Aug 2022 14:45:07 +0800
with message-id <87r11wqzgs.fsf@envs.net>
and subject line Re: bug#56707: [PATCH] gnu: gperftools: Update to 2.10.
has caused the debbugs.gnu.org bug report #56707,
regarding [PATCH] gnu: gperftools: Update to 2.10.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56707: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56707
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gperftools: Update to 2.10. Date: Fri, 22 Jul 2022 16:31:18 +0000
* gnu/packages/cpp.scm (gperftools): Update to 2.10.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.37.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#56707: [PATCH] gnu: gperftools: Update to 2.10. Date: Thu, 04 Aug 2022 14:45:07 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Greg Hogan <code@greghogan.com> writes:

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

Pushed, thank you!


--- End Message ---

reply via email to

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