From c9a37f57cbb18be01436a709cbdd96ffea41caf5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 22 Jul 2022 23:01:54 +0200 Subject: tests: Adjust texlive importer tests. This is a follow-up to commit be7b314f3fe22273e935accac22f313e44d3d970. * tests/texlive.scm: Add version field to expected output. --- tests/texlive.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/texlive.scm b/tests/texlive.scm index f718e3a0a0..c1bd50b75f 100644 --- a/tests/texlive.scm +++ b/tests/texlive.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2017 Ricardo Wurmus +;;; Copyright © 2017, 2022 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; @@ -184,6 +184,7 @@ completely compatible with Plain TeX.") "tex/texsis/config/") ('base32 (? string? hash)) #:trivial? #t)) + ('version . any) ('propagated-inputs ('list 'texlive-cm 'texlive-hyphen-base -- cgit v1.2.3