[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: ccache: Update to 3.3.2.
From: |
Efraim Flashner |
Subject: |
08/08: gnu: ccache: Update to 3.3.2. |
Date: |
Sat, 8 Oct 2016 20:27:22 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 4726dd20630150182512994af2d0ae543d876b7c
Author: Efraim Flashner <address@hidden>
Date: Sat Oct 8 22:35:24 2016 +0300
gnu: ccache: Update to 3.3.2.
* gnu/packages/ccache.scm (ccache): Update to 3.3.2.
---
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 48ed860..15a20ff 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -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))))
- branch master updated (86d959b -> 4726dd2), Efraim Flashner, 2016/10/08
- 05/08: gnu: tdb: Use 'modify-phases' syntax., Efraim Flashner, 2016/10/08
- 01/08: gnu: samba: Update to 4.5.0., Efraim Flashner, 2016/10/08
- 07/08: gnu: offlineimap: Update to 7.0.8., Efraim Flashner, 2016/10/08
- 06/08: gnu: ldb: Update to 1.1.27., Efraim Flashner, 2016/10/08
- 02/08: gnu: talloc: Update to 2.1.8., Efraim Flashner, 2016/10/08
- 04/08: gnu: tdb: Update to 1.3.11., Efraim Flashner, 2016/10/08
- 08/08: gnu: ccache: Update to 3.3.2.,
Efraim Flashner <=
- 03/08: gnu: tevent: Update to 0.9.31., Efraim Flashner, 2016/10/08