GNU bug report logs - #65616
[PATCH] gnu: ccache: Update to 4.8.3.

Previous Next

Package: guix-patches;

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

Date: Wed, 30 Aug 2023 08:58:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Ford <fanquake <at> gmail.com>
Subject: bug#65616: closed (Re: bug#65616: [PATCH] gnu: ccache: Update to
 4.8.3.)
Date: Wed, 06 Sep 2023 03:35:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#65616: [PATCH] gnu: ccache: Update to 4.8.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 65616 <at> debbugs.gnu.org.

-- 
65616: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65616
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 65616-done <at> debbugs.gnu.org
Subject: Re: bug#65616: [PATCH] gnu: ccache: Update to 4.8.3.
Date: Tue, 05 Sep 2023 23:34:32 -0400
Hi,

Michael Ford <fanquake <at> gmail.com> writes:

>>From 4b5ef6799be75a172189ca9e3abb97dfebc2f8a4 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Wed, 30 Aug 2023 09:22:31 +0100
> Subject: [PATCH] gnu: ccache: Update to 4.8.3.
>
> * gnu/packages/ccache.scm (ccache): Update to 4.8.3.

Installed!

-- 
Thanks,
Maxim

[Message part 3 (message/rfc822, inline)]
From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: ccache: Update to 4.8.3.
Date: Wed, 30 Aug 2023 09:56:17 +0100
[Message part 4 (text/plain, inline)]
From 4b5ef6799be75a172189ca9e3abb97dfebc2f8a4 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 30 Aug 2023 09:22:31 +0100
Subject: [PATCH] gnu: ccache: Update to 4.8.3.

* gnu/packages/ccache.scm (ccache): Update to 4.8.3.
---
 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 7145ceeb90..26a71f40ef 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.8.2")
+    (version "4.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "
https://github.com/ccache/ccache/releases/download/v"
                            version "/ccache-" version ".tar.xz"))
        (sha256
-        (base32 "0jba0zr2893gbzg4710f2gbayj33lz618lpflx7nrcd5i3wb6grx"))))
+        (base32 "049b3xhp464w5m1bqi4ripbgyqy7qy31vvk56v5cyj5j23478wz4"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags
-- 
2.42.0
[Message part 5 (text/html, inline)]

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

Previous Next


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