unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 65616@debbugs.gnu.org
Subject: [bug#65616] [PATCH] gnu: ccache: Update to 4.8.3.
Date: Wed, 30 Aug 2023 09:56:17 +0100	[thread overview]
Message-ID: <CAFyhPjVvMBmsrOEL2=9NOpFzjMWxja=MdpE9qTPmcXrZJrjj3A@mail.gmail.com> (raw)

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

From 4b5ef6799be75a172189ca9e3abb97dfebc2f8a4 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Wed, 30 Aug 2023 09:22:31 +0100
Subject: [PATCH] gnu: ccache: Update to 4.8.3.

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

[-- Attachment #2: Type: text/html, Size: 1492 bytes --]

             reply	other threads:[~2023-08-30  8:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30  8:56 Michael Ford [this message]
2023-09-06  3:34 ` bug#65616: [PATCH] gnu: ccache: Update to 4.8.3 Maxim Cournoyer

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='CAFyhPjVvMBmsrOEL2=9NOpFzjMWxja=MdpE9qTPmcXrZJrjj3A@mail.gmail.com' \
    --to=fanquake@gmail.com \
    --cc=65616@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).