guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ccache: Update to 4.5.1.


From: guix-commits
Subject: 01/04: gnu: ccache: Update to 4.5.1.
Date: Sun, 19 Dec 2021 00:59:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f2e0e576d98dda36d55c36f5de1e7940e223be38
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 19 01:15:30 2021 +0100

    gnu: ccache: Update to 4.5.1.
    
    * gnu/packages/ccache.scm (ccache): Update to 4.5.1.
---
 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 bffbff5..a36de3a 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -31,14 +31,14 @@
 (define-public ccache
   (package
     (name "ccache")
-    (version "4.4.2")
+    (version "4.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/ccache/ccache/releases/download/v";
                            version "/ccache-" version ".tar.xz"))
        (sha256
-        (base32 "186b5lfbdd48cvbxqv2yh93pgr8lhahl1jzw00k2rmjzmbxwl04j"))))
+        (base32 "05wmflxdc8h3d00gr3kilr5dmrqxj6lcmq9ic575ydi60fz6w62i"))))
     (build-system cmake-build-system)
     (native-inputs (list perl ; for test/run
                          (@ (gnu packages base) which)))



reply via email to

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