diff options
author | fanquake <fanquake@gmail.com> | 2024-08-20 13:26:33 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-08-28 11:18:11 +0100 |
commit | 5ed1511e5032dc3e229e91701580e2a7e3146b2f (patch) | |
tree | f0e4b69b902d7bed12fc133d54daea7eb3f62731 /contrib | |
parent | 92c787f33de176c314af17590d37b927273c9d1c (diff) |
guix: bump time-machine to 53396a22afc04536ddf75d8f82ad2eafa5082725
Includes:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9aa38f98cbd41644abe2c43bb4f44f74df642df2.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/guix/libexec/prelude.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/libexec/prelude.bash b/contrib/guix/libexec/prelude.bash index 9cc151c706..428fc41e73 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=7bf1d7aeaffba15c4f680f93ae88fbef25427252 \ + --commit=53396a22afc04536ddf75d8f82ad2eafa5082725 \ --cores="$JOBS" \ --keep-failed \ --fallback \ |