[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: burp: Update to 2.3.30.
From: |
guix-commits |
Subject: |
02/07: gnu: burp: Update to 2.3.30. |
Date: |
Thu, 23 Jul 2020 17:54:54 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5d26ba7ee3c07fad1f4054396eaeec6f992a9eac
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 23 16:49:38 2020 +0200
gnu: burp: Update to 2.3.30.
* gnu/packages/backup.scm (burp): Update to 2.3.30.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake.
---
gnu/packages/backup.scm | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 7a1fd14..532cb66 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1067,14 +1067,16 @@ interractive mode.")
(define-public burp
(package
(name "burp")
- (version "2.3.28")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://sourceforge/burp/burp-" version
- "/burp-" version ".tar.bz2"))
- (sha256
- (base32
- "18f8cjsb87skabvz4cl5pdln35qmim7x686js1xzpld6wyl9kv2k"))))
+ (version "2.3.30")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/grke/burp")
+ (commit version)))
+ (sha256
+ (base32 "1f9i5d415psbr03fqd47p162qy25sypra1w8w16ym6jk1pvdjsgx"))
+ (file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -1092,7 +1094,9 @@ interractive mode.")
("uthash" ,uthash)
("zlib" ,zlib)))
(native-inputs
- `(("check" ,check)
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("check" ,check)
("pkg-config" ,pkg-config)))
(home-page "https://burp.grke.org")
(synopsis "Differential backup and restore")
- branch master updated (e61b3bc -> e21793f), guix-commits, 2020/07/23
- 03/07: gnu: burp: Add ACL support., guix-commits, 2020/07/23
- 01/07: gnu: parallel: Update to 20200722., guix-commits, 2020/07/23
- 05/07: gnu: jo: Update to 1.4., guix-commits, 2020/07/23
- 02/07: gnu: burp: Update to 2.3.30.,
guix-commits <=
- 07/07: gnu: blender: Update to 2.83.3., guix-commits, 2020/07/23
- 06/07: gnu: dnsmasq: Update to 2.82., guix-commits, 2020/07/23
- 04/07: gnu: wavpack: Update to 5.3.2., guix-commits, 2020/07/23