[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: iodine: Use regular check.
From: |
guix-commits |
Subject: |
07/08: gnu: iodine: Use regular check. |
Date: |
Sat, 2 Jul 2022 05:56:58 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit fe16fe59eeeab4469d2fcc1e18aeb26071a5c48c
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sat Jul 2 01:07:56 2022 -0300
gnu: iodine: Use regular check.
* gnu/packages/networking.scm (iodine)[native-inputs]: Replace check-0.14
with
check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b4c50bc783..ef8c09a777 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1548,7 +1548,7 @@
test_parse_format_ipv(4(|_listen_all|_mapped_ipv6)|6)\\);")
(string-append "prefix=" (assoc-ref %outputs "out")))
#:test-target "test"))
(inputs (list net-tools zlib))
- (native-inputs (list check-0.14 pkg-config))
+ (native-inputs (list check pkg-config))
(home-page "https://code.kryo.se/iodine/")
(synopsis "Tunnel IPv4 data through a DNS server")
(description "Iodine tunnels IPv4 data through a DNS server. This
- branch master updated (2533e7f8d1 -> 0fb144549d), guix-commits, 2022/07/02
- 02/08: gnu: recutils: Use regular check., guix-commits, 2022/07/02
- 04/08: gnu: burp: Use regular check., guix-commits, 2022/07/02
- 07/08: gnu: iodine: Use regular check.,
guix-commits <=
- 05/08: gnu: edi: Use regular check., guix-commits, 2022/07/02
- 06/08: gnu: libsbml: Use regular check., guix-commits, 2022/07/02
- 03/08: gnu: libsigrokdecode: Use regular check., guix-commits, 2022/07/02
- 01/08: gnu: curl: Skip failing test on x86-32., guix-commits, 2022/07/02
- 08/08: gnu: gdm: Use regular check., guix-commits, 2022/07/02