[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: rsnapshot: Update to 1.4.3.
From: |
guix-commits |
Subject: |
07/08: gnu: rsnapshot: Update to 1.4.3. |
Date: |
Tue, 11 Feb 2020 23:04:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c57c648bfd948dd5478d76e37cf0d74be81a0020
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Feb 12 01:29:12 2020 +0100
gnu: rsnapshot: Update to 1.4.3.
* gnu/packages/backup.scm (rsnapshot): Update to 1.4.3.
[arguments]: Disable broken test.
---
gnu/packages/backup.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 0549e94..00a7bcc 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -423,7 +423,7 @@ rdiff-backup is easy to use and settings have sensible
defaults.")
(define-public rsnapshot
(package
(name "rsnapshot")
- (version "1.4.2")
+ (version "1.4.3")
(source
(origin
(method url-fetch)
@@ -431,8 +431,7 @@ rdiff-backup is easy to use and settings have sensible
defaults.")
"https://github.com/rsnapshot/rsnapshot/releases/download/"
version "/rsnapshot-" version ".tar.gz"))
(sha256
- (base32
- "05jfy99a0xs6lvsjfp3wz21z0myqhmwl2grn3jr9clijbg282ah4"))))
+ (base32 "1lavqmmsf53pim0nvming7fkng6p0nk2a51k2c2jdq0l7snpl31b"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -444,6 +443,10 @@ rdiff-backup is easy to use and settings have sensible
defaults.")
"t/backup_exec/conf/backup_exec.conf")
(("/bin/true") (which "true"))
(("/bin/false") (which "false")))
+
+ ;; Disable a test that tries to connect to localhost on port 22.
+ (delete-file "t/ssh_args/ssh_args.t.in")
+
(invoke "make" "test"))))))
(inputs
`(("perl" ,perl)
- branch master updated (ce02727 -> e60969d), guix-commits, 2020/02/11
- 01/08: gnu: spacefm: Use HTTPS home page., guix-commits, 2020/02/11
- 07/08: gnu: rsnapshot: Update to 1.4.3.,
guix-commits <=
- 03/08: gnu: milkytracker: Use HTTPS home page., guix-commits, 2020/02/11
- 06/08: gnu: man-pages: Update to 5.05., guix-commits, 2020/02/11
- 04/08: gnu: cereal: Use HTTPS home page., guix-commits, 2020/02/11
- 05/08: gnu: gimp-fourier: Update home page., guix-commits, 2020/02/11
- 08/08: gnu: Fix copyright header typo., guix-commits, 2020/02/11
- 02/08: gnu: ttfautohint: Use HTTPS home page., guix-commits, 2020/02/11