all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zac Berkowitz <zac.berkowitz@gmail.com>
To: 55397@debbugs.gnu.org
Subject: [bug#55397] [PATCH] Update taskwarrior to 2.6.2
Date: Fri, 13 May 2022 10:20:57 -0400	[thread overview]
Message-ID: <CANNGBfnou_=peZbECgtxvxwrME3jRitZWiO+afuZY=ZyUYEPhw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-taskwarior-update-to-2.6.2.patch --]
[-- Type: text/x-patch, Size: 1256 bytes --]

From 032e60889c8714ad48d48ea0204f7904dea22623 Mon Sep 17 00:00:00 2001
From: Zac Berkowitz <zac.berkowitz@gmail.com>
Date: Fri, 13 May 2022 10:13:55 -0400
Subject: [PATCH] gnu: taskwarior: update to 2.6.2

* gnu/packages/task-management.scm (taskwarrior): update to 2.6.2.
[source] use https instead of http
---
 gnu/packages/task-management.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm
index b917cbd61f..0fddfa9ffb 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -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
-- 
2.36.0


             reply	other threads:[~2022-05-13 14:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 14:20 Zac Berkowitz [this message]
2022-05-16 13:42 ` bug#55397: [PATCH] Update taskwarrior to 2.6.2 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANNGBfnou_=peZbECgtxvxwrME3jRitZWiO+afuZY=ZyUYEPhw@mail.gmail.com' \
    --to=zac.berkowitz@gmail.com \
    --cc=55397@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.