gnu: ccache: Update to 3.4.1.

* gnu/packages/ccache.scm (ccache): Update to 3.4.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-18 21:09:35 +01:00
parent 16cb3b8fe0
commit 0bd8d6dc28
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -30,7 +30,7 @@ (define-module (gnu packages ccache)
(define-public ccache
(package
(name "ccache")
(version "3.4")
(version "3.4.1")
(source
(origin
(method url-fetch)
@ -38,7 +38,7 @@ (define-public ccache
version ".tar.xz"))
(sha256
(base32
"0sfisvjs2iham29flxgmnfg7kzqz66bhk6q0qcwbdv1n569say5j"))))
"1pppi4jbkkj641cdynmc35jaj40jjicw7gj75ran5qs5886jcblc"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl) ;for test.sh
("which" ,(@ (gnu packages base) which))))