unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64731] [PATCH] gnu: ccache: Update to 4.8.2.
@ 2023-07-19 15:02 Michael Ford
  2023-08-01 11:44 ` bug#64731: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-07-19 15:02 UTC (permalink / raw)
  To: 64731

From c2257b65c9d46c2561aa8ec5b554e563608eb532 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Wed, 19 Jul 2023 15:53:48 +0100
Subject: [PATCH] gnu: ccache: Update to 4.8.2.

* gnu/packages/ccache.scm (ccache): Update to 4.8.2.
---
 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 48f88c4b4b..7145ceeb90 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.7.4")
+    (version "4.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
"https://github.com/ccache/ccache/releases/download/v"
                            version "/ccache-" version ".tar.xz"))
        (sha256
-        (base32 "0djfm138m863g772bnq7m2mfwh3y8sqxczc3yssg1yiybp8n836z"))))
+        (base32 "0jba0zr2893gbzg4710f2gbayj33lz618lpflx7nrcd5i3wb6grx"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags
-- 
2.41.0




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

* bug#64731: [PATCH] gnu: ccache: Update to 4.8.2.
  2023-07-19 15:02 [bug#64731] [PATCH] gnu: ccache: Update to 4.8.2 Michael Ford
@ 2023-08-01 11:44 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-01 11:44 UTC (permalink / raw)
  To: Michael Ford; +Cc: 64731-done


Pushed to master, thank you!




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

end of thread, other threads:[~2023-08-01 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-19 15:02 [bug#64731] [PATCH] gnu: ccache: Update to 4.8.2 Michael Ford
2023-08-01 11:44 ` bug#64731: " 宋文武 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).