gnu: borg: Update to 1.0.7.

* gnu/packages/backup.scm (borg): Update to 1.0.7.
This commit is contained in:
Leo Famulari 2016-08-08 01:37:11 -04:00
parent aed625bdc6
commit d760a2fc18
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -406,14 +406,14 @@ (define-public libchop
(define-public borg
(package
(name "borg")
(version "1.0.6")
(version "1.0.7")
(source (origin
(method url-fetch)
(uri (pypi-uri "borgbackup" version))
(sha256
(base32
"1dxn9p4xm0zd32xzzd9hs4a542db34clykrrnnv3hrdnc394895p"))))
"1l9iw55w5x51yxl3q89cf6avg80lajxvc8qz584hrsmnk6i56cr0"))))
(build-system python-build-system)
(arguments
`(#:phases