gnu: ccache: Update to 3.7.11.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 23 Jul 2020 02:58:26 +0000 (04:58 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 23 Jul 2020 14:25:11 +0000 (16:25 +0200)
* gnu/packages/ccache.scm (ccache): Update to 3.7.11.

gnu/packages/ccache.scm

index 261f84d..5a1128f 100644 (file)
 (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))))