[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: ccache: Update to 4.3.
From: |
guix-commits |
Subject: |
03/11: gnu: ccache: Update to 4.3. |
Date: |
Wed, 12 May 2021 18:40:18 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c36ef82054bf88b0d48855a2b4c8eff8f4031913
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 12 20:33:17 2021 +0200
gnu: ccache: Update to 4.3.
* gnu/packages/ccache.scm (ccache): Update to 4.3.
---
gnu/packages/ccache.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 112f613..4ff0fb2 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2016, 2018 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
;;;
;;; This file is part of GNU Guix.
@@ -31,14 +31,14 @@
(define-public ccache
(package
(name "ccache")
- (version "4.2")
+ (version "4.3")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/ccache/ccache/releases/download/v"
version "/ccache-" version ".tar.xz"))
(sha256
- (base32 "0kx9ggbbm899zwyyxvm4dgzn1b95zi1niz0l734pi5y3i0cb251g"))))
+ (base32 "1d4995lkmqshzfxlmbyn101m1rxs02yb8dgh4rl30p26hhhhyjjh"))))
(build-system cmake-build-system)
(native-inputs `(("perl" ,perl) ; for test/run
("which" ,(@ (gnu packages base) which))))
@@ -52,8 +52,8 @@
(substitute* '("unittest/test_hashutil.cpp"
"test/suites/base.bash")
(("#!/bin/sh") (string-append "#!" (which "sh"))))
#t))
- ;; tests require a writable HOME
(add-before 'check 'set-home
+ ;; Tests require a writable HOME.
(lambda _
(setenv "HOME" (getenv "TMPDIR"))
#t)))))
- branch master updated (7fb7384 -> 6a724b0), guix-commits, 2021/05/12
- 01/11: gnu: Add xfstests., guix-commits, 2021/05/12
- 04/11: gnu: qjackctl: Update to 0.9.3., guix-commits, 2021/05/12
- 05/11: gnu: qjackctl: Build with CMake., guix-commits, 2021/05/12
- 03/11: gnu: ccache: Update to 4.3.,
guix-commits <=
- 02/11: gnu: libjcat: Update to 0.1.7., guix-commits, 2021/05/12
- 06/11: gnu: snappy: Update to 1.1.9., guix-commits, 2021/05/12
- 07/11: gnu: svt-av1: Update to 0.8.7., guix-commits, 2021/05/12
- 09/11: gnu: libupnp: Update to 1.14.7., guix-commits, 2021/05/12
- 10/11: gnu: hdparm: Update to 9.62., guix-commits, 2021/05/12
- 11/11: gnu: btrfs-progs: Update to 5.12., guix-commits, 2021/05/12
- 08/11: gnu: squid: Update to 4.15., guix-commits, 2021/05/12