* [bug#54955] [PATCH] gnu: ccache: Update to 4.6.
@ 2022-04-15 14:52 Greg Hogan
2022-04-17 15:45 ` bug#54955: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-04-15 14:52 UTC (permalink / raw)
To: 54955
[-- Attachment #1.1: Type: text/plain, Size: 1701 bytes --]
$ ./pre-inst-env guix refresh -l ccache
No dependents other than itself: ccache@4.6
From 22fd8e1e67d3795ce635ab370f2fbbcfdfa985e4 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 12 Apr 2022 19:36:39 +0000
Subject: [PATCH] gnu: ccache: Update to 4.6.
* gnu/packages/ccache.scm (ccache): Update to 4.6.
---
gnu/packages/ccache.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 2923a998c8..d359e30f81 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2014, 2015, 2016, 2018 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2021, 2022 Greg Hogan <code@greghogan.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -32,14 +32,14 @@ (define-module (gnu packages ccache)
(define-public ccache
(package
(name "ccache")
- (version "4.5.1")
+ (version "4.6")
(source
(origin
(method url-fetch)
(uri (string-append "
https://github.com/ccache/ccache/releases/download/v"
version "/ccache-" version ".tar.xz"))
(sha256
- (base32 "05wmflxdc8h3d00gr3kilr5dmrqxj6lcmq9ic575ydi60fz6w62i"))))
+ (base32 "1sa576ff8hc1swq55mdfp5gsnpys276gf37n83k6k49myihbharx"))))
(build-system cmake-build-system)
(native-inputs (list perl ; for test/run
(@ (gnu packages base) which)))
--
2.35.1
[-- Attachment #1.2: Type: text/html, Size: 2459 bytes --]
[-- Attachment #2: 0001-gnu-ccache-Update-to-4.6.patch --]
[-- Type: application/x-patch, Size: 1568 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54955: [PATCH] gnu: ccache: Update to 4.6.
2022-04-15 14:52 [bug#54955] [PATCH] gnu: ccache: Update to 4.6 Greg Hogan
@ 2022-04-17 15:45 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-04-17 15:45 UTC (permalink / raw)
To: Greg Hogan; +Cc: 54955-done
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
Everything looks good on aarch64. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-17 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-15 14:52 [bug#54955] [PATCH] gnu: ccache: Update to 4.6 Greg Hogan
2022-04-17 15:45 ` bug#54955: " Efraim Flashner
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).