mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: taskwarrior: Update to 2.5.1
* gnu/packages/task-management.scm (taskwarrior): Update to 2.5.1.
This commit is contained in:
parent
6ba8ca17fb
commit
7a0094a5f2
1 changed files with 2 additions and 2 deletions
|
@ -28,14 +28,14 @@ (define-module (gnu packages task-management)
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue