guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 059a646c5abb93feae342fe35df9e574524b1820
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 28 22:01:37 2026 +0000

    gnu: zk: Update to 0.15.2.
    
    * gnu/packages/task-management.scm (zk): Update to 0.15.2.
    [native-inputs]: Add go-github-com-go-testfixtures-testfixtures-v3.
    
    Change-Id: Ib36bae2425a05bac8868561bd96ce175701b017f
---
 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 f39071ebaf..20da62c48e 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -732,7 +732,7 @@ projects, tagging and reports.")
 (define-public zk
   (package
     (name "zk")
-    (version "0.15.1")
+    (version "0.15.2")
     (source
      (origin
        (method git-fetch)
@@ -741,7 +741,7 @@ projects, tagging and reports.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jm18qp4sgfb92c420jc8ylfjwc6shv29fb1jc4z2g03dqcbg2l7"))
+        (base32 "0g77sd8aw3mqcc4wqvrv5ir524i3x3qmpavqsl7f2hci7j4j2v2r"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove the sqlite database tests as they require a dependency on
@@ -773,11 +773,11 @@ projects, tagging and reports.")
                  (format #f "~s" (search-input-file inputs "/bin/fzf")))))))))
     (native-inputs
      (list go-github-com-alecaivazis-survey-v2
-           go-github-com-alecaivazis-survey-v2
            go-github-com-alecthomas-kong-for-zk
            go-github-com-aymerick-raymond
            go-github-com-bmatcuk-doublestar-v4
            go-github-com-fatih-color-for-zk
+           go-github-com-go-testfixtures-testfixtures-v3
            go-github-com-google-go-cmp
            go-github-com-gosimple-slug
            go-github-com-kballard-go-shellquote

Reply via email to