summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-03-10 11:12:57 +0200
committerEfraim Flashner <efraim@flashner.co.il>2026-03-10 12:05:52 +0200
commit06c6c3ede530585f643e09afa7259498299cef78 (patch)
tree81d9267fdbc76da0265b83a08babf63b957d4fee
parentacea0fe7ae55d62c7b66f8db2e95910f7a85dc95 (diff)
tests: debian-install: Refresh test inputs.
* gnu/tests/foreign.scm (debian-13-qcow2, debian-uidmap-deb-file): Replace with newer versions. Change-Id: Ic3a3972a4a210ae95e5dad8a80e91f19353b4554
-rw-r--r--gnu/tests/foreign.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/tests/foreign.scm b/gnu/tests/foreign.scm
index 82e2f2d8709..43111a79d85 100644
--- a/gnu/tests/foreign.scm
+++ b/gnu/tests/foreign.scm
@@ -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