File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 7171time-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 \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments