summary refs log tree commit diff
path: root/gnu/packages/ccache.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-23 04:58:26 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-23 16:25:11 +0200
commite4d341fa74d005cc3cd1437a1908ba1993d54d5b (patch)
tree9620b1786fc5a3873fba3d6a17fd0e6e8912507e /gnu/packages/ccache.scm
parent4f204533b7183adadfe5cbe7f8bcd7d11c430b44 (diff)
downloadguix-e4d341fa74d005cc3cd1437a1908ba1993d54d5b.tar.gz
gnu: ccache: Update to 3.7.11.
* gnu/packages/ccache.scm (ccache): Update to 3.7.11.
Diffstat (limited to 'gnu/packages/ccache.scm')
-rw-r--r--gnu/packages/ccache.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 261f84de70..5a1128f44c 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))))