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:
Zac Berkowitz 2022-05-13 10:13:55 -04:00 committed by Ludovic Courtès
parent 94532f75c2
commit a588fd6d67
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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