me
/
guix
Archived
1
0
Fork 0

gnu: tz: Update to 0.7.0.

* gnu/packages/time.scm (tz): Update to 0.7.0.
[inputs]: Add go-github-com-tkuchiki-go-timezone.

Change-Id: I6984763a1235f79f5845b79eada0134a5c20f236
master
Sharlatan Hellseher 2024-04-06 11:25:51 +01:00
parent 4117a463dc
commit 0c1f85084a
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 3 additions and 2 deletions

View File

@ -630,7 +630,7 @@ calls.")
(define-public tz
(package
(name "tz")
(version "0.6.1")
(version "0.7.0")
(source
(origin
(method git-fetch)
@ -639,7 +639,7 @@ calls.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1nbl13xd95np89sbx8fn0jqrh1iy17hsy70kq31hmcvyns8dljhg"))))
(base32 "1zf5w6338y0s0pf0jlpbqzlbxbx39s93z0bmdaa0cxkxs8cz8xij"))))
(build-system go-build-system)
(arguments
`(#:go ,go-1.17
@ -652,6 +652,7 @@ calls.")
(invoke "go" "test" "-cover" import-path)))))))
(inputs
`(("github.com/charmbracelet/bubbletea" ,go-github-com-charmbracelet-bubbletea)
("github.com/tkuchiki/go-timezone" ,go-github-com-tkuchiki-go-timezone)
("github.com/muesli/termenv" ,go-github-com-muesli-termenv)))
(home-page "https://github.com/oz/tz")
(synopsis "TUI time zone helper")