guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: ccache: Update to 3.7.11.


From: guix-commits
Subject: 05/05: gnu: ccache: Update to 3.7.11.
Date: Thu, 23 Jul 2020 10:32:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e4d341fa74d005cc3cd1437a1908ba1993d54d5b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 23 04:58:26 2020 +0200

    gnu: ccache: Update to 3.7.11.
    
    * gnu/packages/ccache.scm (ccache): Update to 3.7.11.
---
 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 261f84d..5a1128f 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -30,14 +30,14 @@
 (define-public ccache
   (package
     (name "ccache")
-    (version "3.7.10")
+    (version "3.7.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/ccache/ccache/releases/download/v";
                            version "/ccache-" version ".tar.xz"))
        (sha256
-        (base32 "0a7dajdpnh14nmd10ji897rzqn6847lr36hdbig2rv7sxbc6d58c"))))
+        (base32 "0s1g0ylrayzax68xlqnxx46f5bhvr2pcm1yzswmj0kcs14404icd"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)     ; for test/run
                      ("which" ,(@ (gnu packages base) which))))



reply via email to

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