unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55975] [PATCH] gnu: ccache: Update to 4.6.1.
@ 2022-06-14 15:23 Greg Hogan
  2022-06-14 20:51 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-06-14 15:23 UTC (permalink / raw)
  To: 55975; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#55975] [PATCH] gnu: ccache: Update to 4.6.1.
  2022-06-14 15:23 [bug#55975] [PATCH] gnu: ccache: Update to 4.6.1 Greg Hogan
@ 2022-06-14 20:51 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-06-14 20:51 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 55975-done, 55975

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

Greg Hogan 写道:
> * gnu/packages/ccache.scm (ccache): Update to 4.6.1.

Thanks!  Pushed as ad05cb6a3ce084e68d97fa0e2492510a0c9ac232.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-14 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-14 15:23 [bug#55975] [PATCH] gnu: ccache: Update to 4.6.1 Greg Hogan
2022-06-14 20:51 ` Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).