mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: taskwarior: update to 2.6.2
* gnu/packages/task-management.scm (taskwarrior): update to 2.6.2. [source] use https instead of http Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
94532f75c2
commit
a588fd6d67
1 changed files with 3 additions and 3 deletions
|
@ -120,14 +120,14 @@ (define-public t-todo-manager
|
|||
(define-public taskwarrior
|
||||
(package
|
||||
(name "taskwarrior")
|
||||
(version "2.6.1")
|
||||
(version "2.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://taskwarrior.org/download/task-" version ".tar.gz"))
|
||||
"https://taskwarrior.org/download/task-" version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"0kq8n2y4srax48yp7shz7ngac0q75dnvdbr9z9f9ldyqncr61ah0"))))
|
||||
"1v6gca4cfrlh7adjn95j3jg3qq81w3h68037803dc3yd03qaglxi"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list gnutls
|
||||
|
|
Loading…
Reference in a new issue