GNU bug report logs - #64731
[PATCH] gnu: ccache: Update to 4.8.2.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Wed, 19 Jul 2023 15:04:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64731 in the body.
You can then email your comments to 64731 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64731; Package guix-patches. (Wed, 19 Jul 2023 15:04:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Ford <fanquake <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 19 Jul 2023 15:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: ccache: Update to 4.8.2.
Date: Wed, 19 Jul 2023 16:02:57 +0100
From c2257b65c9d46c2561aa8ec5b554e563608eb532 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 19 Jul 2023 15:53:48 +0100
Subject: [PATCH] gnu: ccache: Update to 4.8.2.

* gnu/packages/ccache.scm (ccache): Update to 4.8.2.
---
 gnu/packages/ccache.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 48f88c4b4b..7145ceeb90 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -35,14 +35,14 @@ (define-module (gnu packages ccache)
 (define-public ccache
   (package
     (name "ccache")
-    (version "4.7.4")
+    (version "4.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
"https://github.com/ccache/ccache/releases/download/v"
                            version "/ccache-" version ".tar.xz"))
        (sha256
-        (base32 "0djfm138m863g772bnq7m2mfwh3y8sqxczc3yssg1yiybp8n836z"))))
+        (base32 "0jba0zr2893gbzg4710f2gbayj33lz618lpflx7nrcd5i3wb6grx"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags
-- 
2.41.0




Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Tue, 01 Aug 2023 11:45:03 GMT) Full text and rfc822 format available.

Notification sent to Michael Ford <fanquake <at> gmail.com>:
bug acknowledged by developer. (Tue, 01 Aug 2023 11:45:03 GMT) Full text and rfc822 format available.

Message #10 received at 64731-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 64731-done <at> debbugs.gnu.org
Subject: Re: bug#64731: [PATCH] gnu: ccache: Update to 4.8.2.
Date: Tue, 01 Aug 2023 19:44:45 +0800
Pushed to master, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 30 Aug 2023 11:24:06 GMT) Full text and rfc822 format available.

Added tag(s) fixed. Request was from Arash Esbati <arash <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 10 Feb 2024 20:51:02 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 186 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.