summaryrefslogtreecommitdiff
path: root/gnu/packages/ccache.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-18 21:09:35 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-02-19 06:00:31 +0100
commit0bd8d6dc287834f2daaaceb088c98b31d0867148 (patch)
treedbbb7c3ca2ab6598376b9aa37e2fa53ecf929e91 /gnu/packages/ccache.scm
parent16cb3b8fe00500fc5d434cd761afbfb594cfd4c4 (diff)
downloadguix-patches-0bd8d6dc287834f2daaaceb088c98b31d0867148.tar
guix-patches-0bd8d6dc287834f2daaaceb088c98b31d0867148.tar.gz
gnu: ccache: Update to 3.4.1.
* gnu/packages/ccache.scm (ccache): Update to 3.4.1.
Diffstat (limited to 'gnu/packages/ccache.scm')
-rw-r--r--gnu/packages/ccache.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 5c1214506a..bcd5c4d164 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -30,7 +30,7 @@
(define-public ccache
(package
(name "ccache")
- (version "3.4")
+ (version "3.4.1")
(source
(origin
(method url-fetch)
@@ -38,7 +38,7 @@
version ".tar.xz"))
(sha256
(base32
- "0sfisvjs2iham29flxgmnfg7kzqz66bhk6q0qcwbdv1n569say5j"))))
+ "1pppi4jbkkj641cdynmc35jaj40jjicw7gj75ran5qs5886jcblc"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl) ;for test.sh
("which" ,(@ (gnu packages base) which))))