[PATCH] gnu: ccache: Update to 4.8.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 30 Aug 2023 10:56
(address . guix-patches@gnu.org)
CAFyhPjVvMBmsrOEL2=9NOpFzjMWxja=MdpE9qTPmcXrZJrjj3A@mail.gmail.com
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(-)

Toggle diff (24 lines)
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: file
M
M
Maxim Cournoyer wrote on 6 Sep 2023 05:34
(name . Michael Ford)(address . fanquake@gmail.com)(address . 65616-done@debbugs.gnu.org)
87r0ncasaf.fsf@gmail.com
Hi,

Michael Ford <fanquake@gmail.com> writes:

Toggle quote (7 lines)
>>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
Closed
?