1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: dstask: Update to 1.0.1.

* gnu/packages/task-management.scm (dstask): Update to 1.0.1.

Change-Id: I6131bc8d4455d5ff383152b0f99c9af5399964da
This commit is contained in:
Sharlatan Hellseher
2026-02-28 21:41:57 +00:00
parent 09bb7a6936
commit 1cd512bc16

View File

@@ -461,16 +461,16 @@ time to a logfile.")
(define-public dstask
(package
(name "dstask")
(version "0.27")
(version "1.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/naggie/dstask")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "01vdxm3y5fg4hqhq4k1lk0m7w70kkwlka5jhixv7a9lf1gqldskd"))))
(base32 "0d2mkzsiax6mi9ddicr5l6iydpcbxm4ahaw0mj3ab463w77x09gx"))))
(build-system go-build-system)
(arguments
(list