all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lenny Händler" <lenny@lennyhaendler.com>
To: 51865@debbugs.gnu.org
Subject: [bug#51865] [PATCH] update taskwarrior to 2.6.1
Date: Mon, 15 Nov 2021 12:23:09 +0100	[thread overview]
Message-ID: <d1610646-67e0-2d00-49f3-49ccfe1e4447@lennyhaendler.com> (raw)

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



[-- Attachment #2: 0001-taskwarrior-update-to-2.6.1.patch --]
[-- Type: text/x-patch, Size: 1100 bytes --]

From 818a68a8ca61978b431945fa56c1794466305be9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lenny=20H=C3=A4ndler?= <lenny@lennyhaendler.com>
Date: Mon, 15 Nov 2021 12:17:19 +0100
Subject: [PATCH] taskwarrior: update to 2.6.1

---
 gnu/packages/task-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm
index 9968fc28da..79999ccfea 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -115,14 +115,14 @@ (define-public t-todo-manager
 (define-public taskwarrior
   (package
     (name "taskwarrior")
-    (version "2.5.3")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "http://taskwarrior.org/download/task-" version ".tar.gz"))
        (sha256 (base32
-                "0fwnxshhlha21hlgg5z1ad01w13zm1hlmncs274y5n8i15gdfhvj"))))
+                "0kq8n2y4srax48yp7shz7ngac0q75dnvdbr9z9f9ldyqncr61ah0"))))
     (build-system cmake-build-system)
     (inputs
      `(("gnutls" ,gnutls)
-- 
2.33.0


             reply	other threads:[~2021-11-15 14:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-15 11:23 Lenny Händler [this message]
2021-11-15 21:29 ` bug#51865: [PATCH] update taskwarrior to 2.6.1 Nicolas Goaziou

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=d1610646-67e0-2d00-49f3-49ccfe1e4447@lennyhaendler.com \
    --to=lenny@lennyhaendler.com \
    --cc=51865@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.