GNU bug report logs -
#65616
[PATCH] gnu: ccache: Update to 4.8.3.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Tue, 05 Sep 2023 23:34:32 -0400
with message-id <87r0ncasaf.fsf <at> gmail.com>
and subject line Re: bug#65616: [PATCH] gnu: ccache: Update to 4.8.3.
has caused the debbugs.gnu.org bug report #65616,
regarding [PATCH] gnu: ccache: Update to 4.8.3.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
[Message part 3 (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 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
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
This bug report was last modified 1 year and 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.