summaryrefslogtreecommitdiff
path: root/gnu/packages/ccache.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2014-10-20 16:47:58 -0500
committerEric Bavier <bavier@member.fsf.org>2014-10-20 16:49:32 -0500
commit1454a2ba88fc0696192e520e2cbd27b380e4d8f2 (patch)
tree0e06f353b6acec63c2309e8d447cfd41d93a74a8 /gnu/packages/ccache.scm
parent7947a05439cc26d93bd93300f38d216dbb93c76d (diff)
downloadguix-patches-1454a2ba88fc0696192e520e2cbd27b380e4d8f2.tar
guix-patches-1454a2ba88fc0696192e520e2cbd27b380e4d8f2.tar.gz
gnu: ccache: Upgrade to 3.1.10.
* gnu/packages/ccache.scm (ccache): Upgrade to 3.1.10. [source]: Remove patches. * gnu/packages/patches/ccache-stdc-predef-test.patch: Delete patch. * gnu-system.am (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/ccache.scm')
-rw-r--r--gnu/packages/ccache.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 4918ec9609..2b45ab09d6 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -28,7 +28,7 @@
(define-public ccache
(package
(name "ccache")
- (version "3.1.9")
+ (version "3.1.10")
(source
(origin
(method url-fetch)
@@ -36,8 +36,7 @@
version ".tar.xz"))
(sha256
(base32
- "1i06015jjc0n55xgvhv2h37fjp0i7z8a10s0v40f87c5mprzv0a9"))
- (patches (list (search-patch "ccache-stdc-predef-test.patch")))))
+ "0mr8n1nbykxw4rs55ad8wd6xmfhihn09mxpxb91sn9mlsd1ryhw8"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) ;for test.sh
(inputs `(("zlib" ,zlib)))