1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: ccache: Update to 4.7.4.

* gnu/packages/ccache.scm (ccache): Update to 4.7.4.
This commit is contained in:
Tobias Geerinckx-Rice
2022-12-11 01:00:00 +01:00
parent aceb4e49d1
commit 039bef4ac8

View File

@@ -35,14 +35,14 @@
(define-public ccache
(package
(name "ccache")
(version "4.7.2")
(version "4.7.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/ccache/ccache/releases/download/v"
version "/ccache-" version ".tar.xz"))
(sha256
(base32 "1bsf27dii1bm6bamvs6gi6vm5pjrd0956vf8597ix76lfyjpbjhp"))))
(base32 "0djfm138m863g772bnq7m2mfwh3y8sqxczc3yssg1yiybp8n836z"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags