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