GNU bug report logs -
#46562
[PATCH] gnu: gperftools: Update to 2.8.1.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 16 Feb 2021 13:48:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
From cc9e4c7fdfb872685181715def0d14d35069f76d Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Thu, 11 Feb 2021 19:08:35 +0000
Subject: [PATCH] gnu: gperftools: Update to 2.8.1.
* gnu/packages/cpp.scm (gperftools): Update to 2.8.1.
---
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 ae47490755..10d756a564 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -512,7 +512,7 @@ maintained anymore.")
(define-public gperftools
(package
(name "gperftools")
- (version "2.8")
+ (version "2.8.1")
(source
(origin
(method git-fetch)
@@ -520,7 +520,7 @@ maintained anymore.")
(url "https://github.com/gperftools/gperftools")
(commit (string-append "gperftools-" version))))
(sha256
- (base32 "1rnc53kaxlljgbpsff906vdsry9jl9gcvcnmxgkprwzxq1wipyd0"))
+ (base32 "19bj2vlsbfwq7m826v2ccqg47kd7cb5vcz1yw2x0v5qzhaxbakk1"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
--
2.30.0
[Message part 2 (text/html, inline)]
[0001-gnu-gperftools-Update-to-2.8.1.patch (application/octet-stream, attachment)]
This bug report was last modified 4 years and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.