gnu: ccache: Update to 4.8.3.

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

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
fanquake 2023-08-30 09:22:31 +01:00 committed by Maxim Cournoyer
parent 2ee9abe835
commit 354d8cc922
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -35,14 +35,14 @@ (define-module (gnu packages ccache)
(define-public ccache (define-public ccache
(package (package
(name "ccache") (name "ccache")
(version "4.8.2") (version "4.8.3")
(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 "0jba0zr2893gbzg4710f2gbayj33lz618lpflx7nrcd5i3wb6grx")))) (base32 "049b3xhp464w5m1bqi4ripbgyqy7qy31vvk56v5cyj5j23478wz4"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags