gnu: ccache: Update to 3.7.10.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 29 Jun 2020 10:46:17 +0000 (12:46 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 29 Jun 2020 13:47:12 +0000 (15:47 +0200)
* gnu/packages/ccache.scm (ccache): Update to 3.7.10.

gnu/packages/ccache.scm

index fc91596..261f84d 100644 (file)
 (define-public ccache
   (package
     (name "ccache")
-    (version "3.7.9")
+    (version "3.7.10")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/ccache/ccache/releases/download/v"
                            version "/ccache-" version ".tar.xz"))
        (sha256
-        (base32 "0jzl9idnjd9jq64qd8kny7gfd0ydvz5kyq2yslmigfdz8dsxm4zq"))))
+        (base32 "0a7dajdpnh14nmd10ji897rzqn6847lr36hdbig2rv7sxbc6d58c"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)     ; for test/run
                      ("which" ,(@ (gnu packages base) which))))