gnu: taskwarrior: Update to 2.5.1

* gnu/packages/task-management.scm (taskwarrior): Update to 2.5.1.
master
Tomáš Čech 2016-05-31 22:14:52 +02:00
parent 6ba8ca17fb
commit 7a0094a5f2
No known key found for this signature in database
GPG Key ID: 4A23E34FA033436D
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
(define-public taskwarrior
(package
(name "taskwarrior")
(version "2.4.3")
(version "2.5.1")
(source
(origin
(method url-fetch)
(uri (string-append
"http://taskwarrior.org/download/task-" version ".tar.gz"))
(sha256 (base32
"1lkbw2fhshynbl7hppar1viapyrs712s14xhd8p3l8gyhvxbh0mv"))))
"059a9yc58wcicc6xxsjh1ph7k2yrag0spsahp1wqmsq6h7jwwyyq"))))
(build-system cmake-build-system)
(inputs
`(("gnutls" ,gnutls)