1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

tests: debian-install: Refresh test inputs.

* gnu/tests/foreign.scm (debian-13-qcow2, debian-uidmap-deb-file):
Replace with newer versions.

Change-Id: Ic3a3972a4a210ae95e5dad8a80e91f19353b4554
This commit is contained in:
Efraim Flashner
2026-03-10 11:12:57 +02:00
parent acea0fe7ae
commit 06c6c3ede5

View File

@@ -403,7 +403,7 @@ and file system, if appropriate."
(define debian-13-qcow2
;; Image taken from <https://www.debian.org/distrib/>.
;; XXX: Those images are periodically removed from debian.org.
(let ((image-date "20251006-2257"))
(let ((image-date "20260112-2355"))
(origin
(uri (string-append "https://cloud.debian.org/images/cloud/trixie/"
image-date "/debian-13-nocloud-amd64-"
@@ -412,17 +412,17 @@ and file system, if appropriate."
(file-name "debian-13-nocloud-amd64.qcow2")
(sha256
(base32
"0g7kcvz2yzr0xchlv5kc8d2rd2lzk4akh02i43i92cmys7q3r05c")))))
"0nrc2mgnlzxa48vj0mdkwm2llf1pg4xj4idab1xd123d6p8ggvms")))))
(define debian-uidmap-deb-file
;; This package provides 'newgidmap' & co., used by the unprivileged daemon.
(origin
(uri
"mirror://debian/pool/main/s/shadow/uidmap_4.13+dfsg1-1+deb12u1_amd64.deb")
"mirror://debian/pool/main/s/shadow/uidmap_4.13+dfsg1-1+deb12u2_amd64.deb")
(method url-fetch)
(sha256
(base32
"0iqhljzmnni3k3jc1xb0mrb7cqywkzrmdc2322kd8b1wpw45zv8l"))))
"0imc6d6q6hzbfksmm9ibsc0wiqjhggvxv1zhvwvvsmy45ipxris5"))))
;; This test starts failing when derivations in repo for GNU Hello and its dependencies
;; differs from versions in current Guix package. The simple way to fix it is to update