guix-commits
[Top][All Lists]
Advanced

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

02/02: tests: Adjust to recent changes to the 'emacs' package.


From: guix-commits
Subject: 02/02: tests: Adjust to recent changes to the 'emacs' package.
Date: Fri, 2 Oct 2020 03:43:30 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cc346931523a7235a8093ec96f05412d5f2f468d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Oct 2 09:38:46 2020 +0200

    tests: Adjust to recent changes to the 'emacs' package.
    
    Test regression introduced in f88fea0eaa5796303790450ee4543a6d7e61a06e.
    
    * tests/guix-package.sh: Add minor and patch levels in the version
    numbers of 'emacs-foo-bar' and 'emacs-foo-bar-patched'.
---
 tests/guix-package.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index 1a95b8e..a434966 100644
--- a/tests/guix-package.sh
+++ b/tests/guix-package.sh
@@ -1,5 +1,5 @@
 # GNU Guix --- Functional package management for GNU
-# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<ludo@gnu.org>
+# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic 
Courtès <ludo@gnu.org>
 # Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
 #
 # This file is part of GNU Guix.
@@ -257,7 +257,7 @@ cat > "$module_dir/foo.scm"<<EOF
 (define-public x
   (package (inherit emacs)
     (name "emacs-foo-bar")
-    (version "42")))
+    (version "42.77.0")))
 EOF
 
 guix package -A emacs-foo-bar -L "$module_dir" | grep 42
@@ -298,7 +298,7 @@ cat > "$module_dir/foo.scm"<<EOF
     (source (origin (inherit (package-source emacs))
               (patches (list (search-patch "emacs.patch")))))
     (name "emacs-foo-bar-patched")
-    (version "42")))
+    (version "42.42.42")))
 
 (define-public y
   (package (inherit emacs)



reply via email to

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