gnu: ccache: Update to 4.5.1.

* gnu/packages/ccache.scm (ccache): Update to 4.5.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-19 01:15:30 +01:00
parent b3a0db7a0e
commit f2e0e576d9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -31,14 +31,14 @@ (define-module (gnu packages ccache)
(define-public ccache (define-public ccache
(package (package
(name "ccache") (name "ccache")
(version "4.4.2") (version "4.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/ccache/ccache/releases/download/v" (uri (string-append "https://github.com/ccache/ccache/releases/download/v"
version "/ccache-" version ".tar.xz")) version "/ccache-" version ".tar.xz"))
(sha256 (sha256
(base32 "186b5lfbdd48cvbxqv2yh93pgr8lhahl1jzw00k2rmjzmbxwl04j")))) (base32 "05wmflxdc8h3d00gr3kilr5dmrqxj6lcmq9ic575ydi60fz6w62i"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (list perl ; for test/run (native-inputs (list perl ; for test/run
(@ (gnu packages base) which))) (@ (gnu packages base) which)))