gnu: ccache: Update to 3.3.2.
authorEfraim Flashner <efraim@flashner.co.il>
Sat, 8 Oct 2016 19:35:24 +0000 (22:35 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Sat, 8 Oct 2016 20:26:29 +0000 (23:26 +0300)
* gnu/packages/ccache.scm (ccache): Update to 3.3.2.

gnu/packages/ccache.scm

index 48ed860..15a20ff 100644 (file)
@@ -29,7 +29,7 @@
 (define-public ccache
   (package
     (name "ccache")
-    (version "3.3.1")
+    (version "3.3.2")
     (source
      (origin
       (method url-fetch)
@@ -37,7 +37,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "1ij1p8arz72fw67gx65ngb7jmg30ynjxk7i8dmikjxkdri4pmn66"))))
+        "0c25l78hi36682l9cyxca78i8sdkmgmv9afip1s21y6q4g5qaxlh"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)     ;for test.sh
                      ("which" ,(@ (gnu packages base) which))))