[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: tests: Adjust tests/egg.scm to latest API changes.
From: |
guix-commits |
Subject: |
01/10: tests: Adjust tests/egg.scm to latest API changes. |
Date: |
Sat, 13 Nov 2021 18:32:45 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 114005bea61efcd5f7d768e2d6503e873f654c16
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Nov 13 23:02:18 2021 +0100
tests: Adjust tests/egg.scm to latest API changes.
This is a followup to b999c80c2e71bd4b3f26a18a321b7e7e7b580103.
* tests/egg.scm (eval-test-with-egg-file): Pass 'version' argument to
'egg->guix-package'.
---
tests/egg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/egg.scm b/tests/egg.scm
index 0884d8d..99dd0a3 100644
--- a/tests/egg.scm
+++ b/tests/egg.scm
@@ -72,7 +72,7 @@
(call-with-output-file egg-file
(lambda (port)
(write egg-test port)))
- (matcher (egg->guix-package egg-name
+ (matcher (egg->guix-package egg-name #f
#:file egg-file
#:source (plain-file
(string-append egg-name "-egg")
- branch master updated (e9e1627 -> 2bb0d8b), guix-commits, 2021/11/13
- 02/10: gnu: spdlog: Update to 1.9.2., guix-commits, 2021/11/13
- 03/10: gnu: waybar: Update to 0.9.8., guix-commits, 2021/11/13
- 01/10: tests: Adjust tests/egg.scm to latest API changes.,
guix-commits <=
- 04/10: gnu: fmt: Update to 8.0.1., guix-commits, 2021/11/13
- 07/10: gnu: Add libomemo., guix-commits, 2021/11/13
- 05/10: gnu: bear: Update to 3.0.16., guix-commits, 2021/11/13
- 06/10: gnu: Add axc., guix-commits, 2021/11/13
- 08/10: gnu: Add purple-lurch., guix-commits, 2021/11/13
- 10/10: gnu: renameutils: Fix license and tweak., guix-commits, 2021/11/13
- 09/10: gnu: Add renameutils., guix-commits, 2021/11/13