From eca20bead2daec4898ecf608cdeb74a73766a5f4 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 1 Aug 2024 16:57:31 +0100 Subject: [PATCH] guix: bump time-machine to 7bf1d7aeaffba15c4f680f93ae88fbef25427252 Includes: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=d428237642e1e4ac8fda4597205ffec89926c0ec. which removes the need to build Python2, and OpenSSL 1.x when building for Windows. --- contrib/guix/libexec/prelude.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/guix/libexec/prelude.bash b/contrib/guix/libexec/prelude.bash index 5bc828625ea..9cc151c7067 100644 --- a/contrib/guix/libexec/prelude.bash +++ b/contrib/guix/libexec/prelude.bash @@ -51,7 +51,7 @@ fi time-machine() { # shellcheck disable=SC2086 guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \ - --commit=efc26826400762207cde9f23802cfe75a737963c \ + --commit=7bf1d7aeaffba15c4f680f93ae88fbef25427252 \ --cores="$JOBS" \ --keep-failed \ --fallback \