me
/
guix
Archived
1
0
Fork 0

gnu: ccache: Update to 4.6.3.

* gnu/packages/ccache.scm (ccache): Update to 4.6.3.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 4a09cbbbd3
commit dca864e483
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.1")
(version "4.6.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/ccache/ccache/releases/download/v"
version "/ccache-" version ".tar.xz"))
(sha256
(base32 "1lgk6fbfsnh2fscjmhpak8gwp3njq3kr0ihjcjlas15mrg9ppm75"))))
(base32 "08lbzlcb4clc298nsjcqcnhw69p53xk7hni5p19jaqqjn4djafhy"))))
(build-system cmake-build-system)
(native-inputs (list perl ; for test/run
(@ (gnu packages base) which)))