gnu: duplicity: Update to 0.7.17.

* gnu/packages/backup.scm (duplicity): Update to 0.7.17.
This commit is contained in:
Oleg Pykhalov 2018-04-28 18:25:13 +03:00
parent c0888cefdf
commit 2dfb9bbf23
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,7 @@
(define-public duplicity
(package
(name "duplicity")
(version "0.7.12")
(version "0.7.17")
(source
(origin
(method url-fetch)
@ -74,12 +74,13 @@
version ".tar.gz"))
(sha256
(base32
"1rhgrz2lm9vbfdp2raykrih1c6n2lw5jd572z4dsz488m52avjqi"))))
"0jmh3h09680xyf33hzxxxl74bwz66zqhzvjlj7j89r9rz3qwa91p"))))
(build-system python-build-system)
(native-inputs
`(("util-linux" ,util-linux) ;setsid command, for the tests
("par2cmdline" ,par2cmdline)
("python-pexpect" ,python2-pexpect)
("python-fasteners" ,python2-fasteners)
("mock" ,python2-mock)))
(propagated-inputs
`(("lockfile" ,python2-lockfile)