guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: tests: Adjust texlive importer tests.


From: guix-commits
Subject: branch master updated: tests: Adjust texlive importer tests.
Date: Fri, 22 Jul 2022 17:04:16 -0400

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c9a37f57cb tests: Adjust texlive importer tests.
c9a37f57cb is described below

commit c9a37f57cbb18be01436a709cbdd96ffea41caf5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 22 23:01:54 2022 +0200

    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 <rekado@elephly.net>
+;;; Copyright © 2017, 2022 Ricardo Wurmus <rekado@elephly.net>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]