gnu: ccache: Update to 4.6.1.

* gnu/packages/ccache.scm (ccache): Update to 4.6.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Greg Hogan 2022-06-14 15:23:19 +00:00 committed by Tobias Geerinckx-Rice
parent 4e93ca70da
commit ad05cb6a3c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -32,14 +32,14 @@ (define-module (gnu packages ccache)
(define-public ccache (define-public ccache
(package (package
(name "ccache") (name "ccache")
(version "4.6") (version "4.6.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 "1sa576ff8hc1swq55mdfp5gsnpys276gf37n83k6k49myihbharx")))) (base32 "1lgk6fbfsnh2fscjmhpak8gwp3njq3kr0ihjcjlas15mrg9ppm75"))))
(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)))