guix-commits
[Top][All Lists]
Advanced

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

02/10: ccache: Update to 3.5.


From: guix-commits
Subject: 02/10: ccache: Update to 3.5.
Date: Fri, 30 Nov 2018 01:23:00 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 71b186ef00e9a027d9a06bb11f1e1e72e2158c32
Author: Eric Bavier <address@hidden>
Date:   Thu Nov 29 21:21:17 2018 -0600

    ccache: Update to 3.5.
    
    * gnu/packages/ccache.scm (ccache): Update to 3.5.
---
 gnu/packages/ccache.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index af29cee..0a1112c 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -30,7 +30,7 @@
 (define-public ccache
   (package
     (name "ccache")
-    (version "3.4.3")
+    (version "3.5")
     (source
      (origin
       (method url-fetch)
@@ -38,9 +38,9 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "0jjzq5340qw3jm5gkajjkkb5wd0yqqy1dyjw3mf3jy15cakmazi9"))))
+        "04n0xram2416pv98qrd7pi5lfsk0bjqyz7zgvvia41j5mrr4pm5x"))))
     (build-system gnu-build-system)
-    (native-inputs `(("perl" ,perl)     ; for test.sh
+    (native-inputs `(("perl" ,perl)     ; for test/run
                      ("which" ,(@ (gnu packages base) which))))
     (inputs `(("zlib" ,zlib)))
     (arguments



reply via email to

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