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

gnu: dstask: Update to 0.26.

* gnu/packages/task-management.scm (dstask): Update to 0.26.
This commit is contained in:
Tobias Geerinckx-Rice
2023-09-10 02:00:00 +02:00
parent b9efcd5a5d
commit 655686a2bd

View File

@@ -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"