[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/21: gnu: ccache: Update to 4.8.2.
From: |
guix-commits |
Subject: |
08/21: gnu: ccache: Update to 4.8.2. |
Date: |
Wed, 2 Aug 2023 00:15:21 -0400 (EDT) |
lilyp pushed a commit to branch emacs-team
in repository guix.
commit a0d305005e8286fbfae084a99d981b8c21edea24
Author: fanquake <fanquake@gmail.com>
AuthorDate: Wed Jul 19 15:53:48 2023 +0100
gnu: ccache: Update to 4.8.2.
* gnu/packages/ccache.scm (ccache): Update to 4.8.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 48f88c4b4b..7145ceeb90 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -35,14 +35,14 @@
(define-public ccache
(package
(name "ccache")
- (version "4.7.4")
+ (version "4.8.2")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/ccache/ccache/releases/download/v"
version "/ccache-" version ".tar.xz"))
(sha256
- (base32 "0djfm138m863g772bnq7m2mfwh3y8sqxczc3yssg1yiybp8n836z"))))
+ (base32 "0jba0zr2893gbzg4710f2gbayj33lz618lpflx7nrcd5i3wb6grx"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags
- branch emacs-team updated (15406013fe -> 9f23addae2), guix-commits, 2023/08/02
- 02/21: gnu: snakemake-6: Fix version reporting., guix-commits, 2023/08/02
- 01/21: gnu: emacs-denote: Update to 2.0.0., guix-commits, 2023/08/02
- 03/21: gnu: snakemake-7: Fix version reporting., guix-commits, 2023/08/02
- 04/21: gnu: Add python-pyment, guix-commits, 2023/08/02
- 08/21: gnu: ccache: Update to 4.8.2.,
guix-commits <=
- 07/21: gnu: termite: Update to 16.6 (a maintained fork)., guix-commits, 2023/08/02
- 09/21: gnu: cagebreak: Update to 2.2.0, install man pages., guix-commits, 2023/08/02
- 10/21: gnu: xfce4-clipman-plugin: Update to 1.6.4., guix-commits, 2023/08/02
- 13/21: gnu: xfce4-cpugraph-plugin: Update to 1.2.8., guix-commits, 2023/08/02
- 14/21: gnu: xfce4-verve-plugin: Update to 2.0.3., guix-commits, 2023/08/02
- 15/21: licenses: Add Arphic-1999 (Aprhic Public License)., guix-commits, 2023/08/02
- 16/21: gnu: vte-ng: Remove package., guix-commits, 2023/08/02
- 19/21: gnu: Add python-asyncua., guix-commits, 2023/08/02
- 05/21: gnu: Add python-core-sr-ht., guix-commits, 2023/08/02
- 06/21: gnu: Add python-scm-sr-ht., guix-commits, 2023/08/02