summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
commit655686a2bdb8f5880f1239e8a8267442f73363c0 (patch)
treeb17134ebbcc4fcdea69e6daa0be8702950bf03ff
parentb9efcd5a5d6ff0286504152b371d4f8acfca70ed (diff)
downloadguix-655686a2bdb8f5880f1239e8a8267442f73363c0.tar.gz
gnu: dstask: Update to 0.26.
* gnu/packages/task-management.scm (dstask): Update to 0.26.
-rw-r--r--gnu/packages/task-management.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm
index e4dd488cb6..f9221f8483 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -271,7 +271,7 @@ time to a logfile.")
 (define-public dstask
   (package
     (name "dstask")
-    (version "0.25")
+    (version "0.26")
     (source
      (origin
        (method git-fetch)
@@ -280,7 +280,7 @@ time to a logfile.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m83zc2zqvpcbjng92jvlnk0biw4krv12wjvjas66jbbk3sjghcy"))))
+        (base32 "10q0524gfc76k0v9cy0j60cbgmmwkpnkbvl6w0pn1j5y690514f5"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/naggie/dstask"