This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 06c6c3ede5 tests: debian-install: Refresh test inputs.
06c6c3ede5 is described below

commit 06c6c3ede530585f643e09afa7259498299cef78
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Mar 10 11:12:57 2026 +0200

    tests: debian-install: Refresh test inputs.
    
    * gnu/tests/foreign.scm (debian-13-qcow2, debian-uidmap-deb-file):
    Replace with newer versions.
    
    Change-Id: Ic3a3972a4a210ae95e5dad8a80e91f19353b4554
---
 gnu/tests/foreign.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/tests/foreign.scm b/gnu/tests/foreign.scm
index 82e2f2d870..43111a79d8 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

Reply via email to