emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54955: closed ([PATCH] gnu: ccache: Update to 4.6.)


From: GNU bug Tracking System
Subject: bug#54955: closed ([PATCH] gnu: ccache: Update to 4.6.)
Date: Sun, 17 Apr 2022 15:47:02 +0000

Your message dated Sun, 17 Apr 2022 18:45:47 +0300
with message-id <Ylw2K7Ltu8/4RieR@pbp>
and subject line Re: [bug#54955] [PATCH] gnu: ccache: Update to 4.6.
has caused the debbugs.gnu.org bug report #54955,
regarding [PATCH] gnu: ccache: Update to 4.6.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54955
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ccache: Update to 4.6. Date: Fri, 15 Apr 2022 10:52:40 -0400
$ ./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: 0001-gnu-ccache-Update-to-4.6.patch
Description: Source code patch


--- End Message ---
--- Begin Message --- Subject: Re: [bug#54955] [PATCH] gnu: ccache: Update to 4.6. Date: Sun, 17 Apr 2022 18:45:47 +0300
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]