me
/
guix
Archived
1
0
Fork 0

gnu: burp: Update to 2.3.20.

* gnu/packages/backup.scm (burp): Update to 2.3.20.
master
Tobias Geerinckx-Rice 2020-01-22 22:30:50 +01:00
parent bc0eb34759
commit 9d3331fcc1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -947,14 +947,14 @@ precious backup space.
(define-public burp
(package
(name "burp")
(version "2.3.6")
(version "2.3.20")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/burp/burp-" version
"/burp-" version ".tar.bz2"))
(sha256
(base32
"101nn30apcbmy9k0wksdf8d4ccw7sfcqzkasgg17a5y332x2imr9"))))
"0dm2y76z7pg17kfv6ahmh4mf2r3pg7mlwd69lvmjwssnd9vs1nn5"))))
(build-system gnu-build-system)
(inputs
`(("librsync" ,librsync)