GNU bug report logs - #55975
[PATCH] gnu: ccache: Update to 4.6.1.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Tue, 14 Jun 2022 15:24:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

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 55975 in the body.
You can then email your comments to 55975 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#55975; Package guix-patches. (Tue, 14 Jun 2022 15:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 14 Jun 2022 15:24:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: ccache: Update to 4.6.1.
Date: Tue, 14 Jun 2022 15:23:19 +0000
* gnu/packages/ccache.scm (ccache): Update to 4.6.1.
---
The ccache package has no dependents.

 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 d359e30f81..3ce44766fa 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -32,14 +32,14 @@ (define-module (gnu packages ccache)
 (define-public ccache
   (package
     (name "ccache")
-    (version "4.6")
+    (version "4.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/ccache/ccache/releases/download/v"
                            version "/ccache-" version ".tar.xz"))
        (sha256
-        (base32 "1sa576ff8hc1swq55mdfp5gsnpys276gf37n83k6k49myihbharx"))))
+        (base32 "1lgk6fbfsnh2fscjmhpak8gwp3njq3kr0ihjcjlas15mrg9ppm75"))))
     (build-system cmake-build-system)
     (native-inputs (list perl ; for test/run
                          (@ (gnu packages base) which)))
-- 
2.36.1





Information forwarded to guix-patches <at> gnu.org:
bug#55975; Package guix-patches. (Tue, 14 Jun 2022 20:54:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Greg Hogan <code <at> greghogan.com>
Cc: 55975-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#55975] [PATCH] gnu: ccache: Update to 4.6.1.
Date: Tue, 14 Jun 2022 22:51:39 +0200
[Message part 1 (text/plain, inline)]
Greg Hogan 写道:
> * gnu/packages/ccache.scm (ccache): Update to 4.6.1.

Thanks!  Pushed as ad05cb6a3ce084e68d97fa0e2492510a0c9ac232.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Tue, 14 Jun 2022 20:54:04 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Tue, 14 Jun 2022 20:54:04 GMT) Full text and rfc822 format available.

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

This bug report was last modified 3 years and 33 days ago.

Previous Next


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