guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: ccache: Update to 3.3.3.


From: Efraim Flashner
Subject: 06/06: gnu: ccache: Update to 3.3.3.
Date: Sat, 29 Oct 2016 21:07:57 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 8f210c0e0e3386920aaf125371cb7aa1420f761f
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 29 23:08:28 2016 +0300

    gnu: ccache: Update to 3.3.3.
    
    * gnu/packages/ccache.scm (ccache): Update to 3.3.3.
---
 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 15a20ff..181fba2 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -29,7 +29,7 @@
 (define-public ccache
   (package
     (name "ccache")
-    (version "3.3.2")
+    (version "3.3.3")
     (source
      (origin
       (method url-fetch)
@@ -37,7 +37,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "0c25l78hi36682l9cyxca78i8sdkmgmv9afip1s21y6q4g5qaxlh"))))
+        "1v04ky2mhvx8gnqfbs9x2vvf4i9mzph4fwdg72s9xyhwv92sf0iv"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)     ;for test.sh
                      ("which" ,(@ (gnu packages base) which))))



reply via email to

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