From e6a94d44469f90f4dc88a07a5a8587730811c705 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Wed, 14 Jul 2021 23:00:58 -0400 Subject: guix: Bump to version-1.3.0 from upstream The chosen commit is the HEAD of Guix's version-1.3.0 branch as of July 15th, 2021. Also fix visual indenting. --- contrib/guix/guix-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/guix/guix-build') diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index 29d6701b25..533970872c 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -215,8 +215,8 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git log --format=%at -1)}" # across time. time-machine() { # shellcheck disable=SC2086 - guix time-machine --url=https://github.com/dongcarl/guix.git \ - --commit=490e39ff303f4f6873a04bfb8253755bdae1b29c \ + guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \ + --commit=aa34d4d28dfe25ba47d5800d05000fb7221788c0 \ --cores="$JOBS" \ --keep-failed \ --fallback \ -- cgit v1.2.3