unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 64731@debbugs.gnu.org
Subject: [bug#64731] [PATCH] gnu: ccache: Update to 4.8.2.
Date: Wed, 19 Jul 2023 16:02:57 +0100	[thread overview]
Message-ID: <CAFyhPjXGn_9qQDE6=WY3Dt_VQefjKt74T1F4ugQHeJGcerrx_w@mail.gmail.com> (raw)

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




             reply	other threads:[~2023-07-19 15:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-19 15:02 Michael Ford [this message]
2023-08-01 11:44 ` bug#64731: [PATCH] gnu: ccache: Update to 4.8.2 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFyhPjXGn_9qQDE6=WY3Dt_VQefjKt74T1F4ugQHeJGcerrx_w@mail.gmail.com' \
    --to=fanquake@gmail.com \
    --cc=64731@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).