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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65616 in the body.
You can then email your comments to 65616 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65616
; Package
guix-patches
.
(Wed, 30 Aug 2023 08:58:02 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, 30 Aug 2023 08:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 2 (text/html, inline)]
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Wed, 06 Sep 2023 03:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Ford <fanquake <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 06 Sep 2023 03:35:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65616-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 Oct 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.