guix: Bump time-machine for mingw-w64 patches

This bump will includes a couple of commits which improve the
reproducibility of the mingw-w64 toolchain. Most of which came from
debian. They will be upstreamed as upstream Guix release timeline
allows.
This commit is contained in:
Carl Dong 2020-03-24 15:40:33 -04:00
parent 93e41b7e3b
commit 360a9e0ad5
No known key found for this signature in database
GPG Key ID: 0CC52153197991A5

View File

@ -17,7 +17,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git log --format=%at -1)}"
# across time.
time-machine() {
guix time-machine --url=https://github.com/dongcarl/guix.git \
--commit=b3a7c72c8b2425f8ddb0fc6e3b1caeed40f86dee \
--commit=cf347affd642c709f7e423f7111794ffdb09f5a6 \
-- "$@"
}