[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/33: gnu: ccache: Update to 4.6.3.
From: |
guix-commits |
Subject: |
29/33: gnu: ccache: Update to 4.6.3. |
Date: |
Fri, 21 Oct 2022 13:20:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit dca864e48391a73cecd694a40c3bd659d1a70bcc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200
gnu: ccache: Update to 4.6.3.
* gnu/packages/ccache.scm (ccache): Update to 4.6.3.
---
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 3ce44766fa..0dd1f14f58 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -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)))
- branch master updated (c7e6d72a08 -> 78d4a08ac3), guix-commits, 2022/10/21
- 02/33: gnu: jitterentropy-rngd: Update to 1.2.8., guix-commits, 2022/10/21
- 05/33: gnu: numactl: Update to 2.0.16., guix-commits, 2022/10/21
- 06/33: gnu: acpid: Update to 2.0.34., guix-commits, 2022/10/21
- 12/33: gnu: audacious: Update to 4.2., guix-commits, 2022/10/21
- 18/33: gnu: mpop: Update to 1.4.17., guix-commits, 2022/10/21
- 29/33: gnu: ccache: Update to 4.6.3.,
guix-commits <=
- 30/33: gnu: console-setup: Update to 1.210., guix-commits, 2022/10/21
- 11/33: gnu: pd: Use G-expressions., guix-commits, 2022/10/21
- 28/33: gnu: headsetcontrol: Update to 2.6.1., guix-commits, 2022/10/21
- 07/33: gnu: hdparm: Update to 9.65., guix-commits, 2022/10/21
- 08/33: gnu: pd: Update to 0.52-2., guix-commits, 2022/10/21
- 23/33: guix-install.sh: Suggest what to do if fetching OpenPGP key(s) fails., guix-commits, 2022/10/21
- 24/33: guix-install.sh: Treat all uncaught errors as fatal., guix-commits, 2022/10/21
- 26/33: guix-install.sh: Cosmetically tweak non-interactive output., guix-commits, 2022/10/21
- 13/33: gnu: Add iir., guix-commits, 2022/10/21
- 14/33: gnu: dosbox-staging: Remove input labels., guix-commits, 2022/10/21