gnu: burp: Update to 2.3.6.
* gnu/packages/backup.scm (burp): Update to 2.3.6.
This commit is contained in:
parent
91a403a457
commit
46ca002d1c
1 changed files with 2 additions and 2 deletions
|
@ -988,14 +988,14 @@ precious backup space.
|
||||||
(define-public burp
|
(define-public burp
|
||||||
(package
|
(package
|
||||||
(name "burp")
|
(name "burp")
|
||||||
(version "2.3.4")
|
(version "2.3.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/burp/burp-" version
|
(uri (string-append "mirror://sourceforge/burp/burp-" version
|
||||||
"/burp-" version ".tar.bz2"))
|
"/burp-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r82mmfjm57yr4f34za3x3rkgc5z2c7nwbnsjjki16qfc9kjyai3"))))
|
"101nn30apcbmy9k0wksdf8d4ccw7sfcqzkasgg17a5y332x2imr9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("librsync" ,librsync)
|
`(("librsync" ,librsync)
|
||||||
|
|
Reference in a new issue