[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: burp: Use regular check.
From: |
guix-commits |
Subject: |
04/08: gnu: burp: Use regular check. |
Date: |
Sat, 2 Jul 2022 05:56:58 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit b6b47a442357dc6a1ed1eebec0c18b6648b8e05e
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sat Jul 2 01:07:53 2022 -0300
gnu: burp: Use regular check.
* gnu/packages/backup.scm (burp)[native-inputs]: Replace check-0.14 with
check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/backup.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index f4a251dd47..7a361ce004 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1199,7 +1199,7 @@ additional snapshots).")
uthash
zlib))
(native-inputs
- (list autoconf automake check-0.14 pkg-config))
+ (list autoconf automake check pkg-config))
(home-page "https://burp.grke.org")
(synopsis "Differential backup and restore")
(description "Burp is a network backup and restore program. It attempts
- 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 <=
- 07/08: gnu: iodine: Use regular check., guix-commits, 2022/07/02
- 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