guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ccache: Update to 3.2.4.


From: Eric Bavier
Subject: 01/01: gnu: ccache: Update to 3.2.4.
Date: Mon, 01 Feb 2016 21:10:19 +0000

bavier pushed a commit to branch master
in repository guix.

commit 6009df63915b55bad3e4ebbf09f90904feb2c3ac
Author: Eric Bavier <address@hidden>
Date:   Mon Feb 1 15:00:32 2016 -0600

    gnu: ccache: Update to 3.2.4.
    
    * gnu/packages/ccache.scm (ccache): Update to 3.2.4.
---
 gnu/packages/ccache.scm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 9063acb..d84ac80 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015 Eric Bavier <address@hidden>
+;;; Copyright © 2014, 2015, 2016 Eric Bavier <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,7 +28,7 @@
 (define-public ccache
   (package
     (name "ccache")
-    (version "3.2.2")
+    (version "3.2.4")
     (source
      (origin
       (method url-fetch)
@@ -36,7 +36,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "1jm0qb3h5sypllaiyj81zp6m009vm50hzjnx994ril94kxlrj3ag"))))
+        "0pga3hvd80f2p7mz88jmmbwzxh4vn5ihyjx5f6na8y2fclzsjg8w"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)))   ;for test.sh
     (inputs `(("zlib" ,zlib)))
@@ -46,7 +46,6 @@
                  (lambda _
                    (substitute* '("test/test_hashutil.c" "test.sh")
                      (("#!/bin/sh") (string-append "#!" (which "sh"))))
-                   (setenv "SHELL" (which "sh"))
                    #t)
                  %standard-phases)))
     (home-page "https://ccache.samba.org/";)



reply via email to

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