unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65616] [PATCH] gnu: ccache: Update to 4.8.3.
@ 2023-08-30  8:56 Michael Ford
  2023-09-06  3:34 ` bug#65616: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-08-30  8:56 UTC (permalink / raw)
  To: 65616

[-- 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 --]

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

* bug#65616: [PATCH] gnu: ccache: Update to 4.8.3.
  2023-08-30  8:56 [bug#65616] [PATCH] gnu: ccache: Update to 4.8.3 Michael Ford
@ 2023-09-06  3:34 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-09-06  3:34 UTC (permalink / raw)
  To: Michael Ford; +Cc: 65616-done

Hi,

Michael Ford <fanquake@gmail.com> writes:

>>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.

Installed!

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2023-09-06  3:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30  8:56 [bug#65616] [PATCH] gnu: ccache: Update to 4.8.3 Michael Ford
2023-09-06  3:34 ` bug#65616: " Maxim Cournoyer

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).