[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/20: gnu: ccache: Update to 4.8.3.
From: |
guix-commits |
Subject: |
05/20: gnu: ccache: Update to 4.8.3. |
Date: |
Wed, 6 Sep 2023 01:27:54 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 354d8cc92214faae1b293db6890971559ad9c360
Author: fanquake <fanquake@gmail.com>
AuthorDate: Wed Aug 30 09:22:31 2023 +0100
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>
---
gnu/packages/ccache.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 7145ceeb90..26a71f40ef 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -35,14 +35,14 @@
(define-public ccache
(package
(name "ccache")
- (version "4.8.2")
+ (version "4.8.3")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/ccache/ccache/releases/download/v"
version "/ccache-" version ".tar.xz"))
(sha256
- (base32 "0jba0zr2893gbzg4710f2gbayj33lz618lpflx7nrcd5i3wb6grx"))))
+ (base32 "049b3xhp464w5m1bqi4ripbgyqy7qy31vvk56v5cyj5j23478wz4"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags
- branch master updated (c3d48d024b -> 6113e0529d), guix-commits, 2023/09/06
- 01/20: git: Fix typo in reference-available? comment., guix-commits, 2023/09/06
- 02/20: gnu: libusb-compat: Specify the absolute file name for libusb., guix-commits, 2023/09/06
- 07/20: gnu: gmime: Remove version 2.6.23., guix-commits, 2023/09/06
- 04/20: gnu: qemu: Update to 8.1.0., guix-commits, 2023/09/06
- 05/20: gnu: ccache: Update to 4.8.3.,
guix-commits <=
- 09/20: gnu: libndp: Fix cross-compile., guix-commits, 2023/09/06
- 12/20: gnu: rtaudio: Update to 5.2.0., guix-commits, 2023/09/06
- 13/20: gnu: zrythm: Enable rtaudio., guix-commits, 2023/09/06
- 14/20: gnu: Add go-github-com-dgryski-go-metro., guix-commits, 2023/09/06
- 20/20: gnu: gmime: Update home-page URL., guix-commits, 2023/09/06
- 06/20: gnu: bear: Update to 3.1.3., guix-commits, 2023/09/06
- 03/20: doc: Fix typo., guix-commits, 2023/09/06
- 08/20: gnu: gambit-c: Update to 4.9.5., guix-commits, 2023/09/06
- 10/20: gnu: gst-plugins-bad: Remove the svt-hevc input., guix-commits, 2023/09/06
- 11/20: gnu-maintenance: Do not error when there are no candidates., guix-commits, 2023/09/06