me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -32,14 +32,14 @@
(define-public ccache
(package
(name "ccache")
(version "4.6")
(version "4.6.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/ccache/ccache/releases/download/v"
version "/ccache-" version ".tar.xz"))
(sha256
(base32 "1sa576ff8hc1swq55mdfp5gsnpys276gf37n83k6k49myihbharx"))))
(base32 "1lgk6fbfsnh2fscjmhpak8gwp3njq3kr0ihjcjlas15mrg9ppm75"))))
(build-system cmake-build-system)
(native-inputs (list perl ; for test/run
(@ (gnu packages base) which)))