emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55975: closed ([PATCH] gnu: ccache: Update to 4.6.1.)


From: GNU bug Tracking System
Subject: bug#55975: closed ([PATCH] gnu: ccache: Update to 4.6.1.)
Date: Tue, 14 Jun 2022 20:54:04 +0000

Your message dated Tue, 14 Jun 2022 22:51:39 +0200
with message-id <87czfbx8zs@nckx>
and subject line Re: [bug#55975] [PATCH] gnu: ccache: Update to 4.6.1.
has caused the debbugs.gnu.org bug report #55975,
regarding [PATCH] gnu: ccache: Update to 4.6.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55975: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55975
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#55975] [PATCH] gnu: ccache: Update to 4.6.1. Date: Tue, 14 Jun 2022 22:51:39 +0200
Greg Hogan 写道:
* gnu/packages/ccache.scm (ccache): Update to 4.6.1.

Thanks!  Pushed as ad05cb6a3ce084e68d97fa0e2492510a0c9ac232.

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]