Skip to content

Commit de1b467

Browse files
committed
merge bitcoin#30730: Bump time machine to 53396a22afc04536ddf75d8f82ad2eafa5082725
1 parent 2f44cf9 commit de1b467

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

contrib/guix/libexec/prelude.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fi
7171
time-machine() {
7272
# shellcheck disable=SC2086
7373
guix time-machine --url=https://codeberg.org/guix/guix.git \
74-
--commit=7bf1d7aeaffba15c4f680f93ae88fbef25427252 \
74+
--commit=53396a22afc04536ddf75d8f82ad2eafa5082725 \
7575
--cores="$JOBS" \
7676
--keep-failed \
7777
--fallback \

contrib/guix/manifest.scm

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,7 @@ chain for " target " development."))
9292
(home-page (package-home-page xgcc))
9393
(license (package-license xgcc)))))
9494

95-
(define base-gcc
96-
(package
97-
(inherit gcc-12) ;; 12.3.0
98-
(version "12.4.0")
99-
(source (origin
100-
(method url-fetch)
101-
(uri (string-append "mirror://gnu/gcc/gcc-"
102-
version "/gcc-" version ".tar.xz"))
103-
(sha256
104-
(base32
105-
"0xcida8l2wykvvzvpcrcn649gj0ijn64gwxbplacpg6c0hk6akvh"))))))
95+
(define base-gcc gcc-12) ;; 12.4.0
10696

10797
(define base-linux-kernel-headers linux-libre-headers-6.1)
10898

0 commit comments

Comments
 (0)