mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-coder-quartz: Update to 0.2.1.
* gnu/packages/golang-check.scm (go-github-com-coder-quartz): Update to 0.2.1. [arguments] <go>: Use go-1.23. Change-Id: I87aa780513919053a3027b9f4b47409926002e11
This commit is contained in:
parent
e6fcab5759
commit
e36e52d8be
1 changed files with 3 additions and 2 deletions
|
@ -410,7 +410,7 @@ writing and reading these tests.")
|
||||||
(define-public go-github-com-coder-quartz
|
(define-public go-github-com-coder-quartz
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-coder-quartz")
|
(name "go-github-com-coder-quartz")
|
||||||
(version "0.1.3")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -419,10 +419,11 @@ writing and reading these tests.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08ghwy4i4h9shxchcly69pqprqqcs7pcvaprc7kjgghbvwbgr69k"))))
|
(base32 "1c2ki5w75a3nkhnzpld65bm9swfhp0ra16jccwdcplqgmil77nc1"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.23
|
||||||
#:import-path "github.com/coder/quartz"))
|
#:import-path "github.com/coder/quartz"))
|
||||||
(home-page "https://github.com/coder/quartz")
|
(home-page "https://github.com/coder/quartz")
|
||||||
(synopsis "Golang time testing library for writing deterministic unit tests")
|
(synopsis "Golang time testing library for writing deterministic unit tests")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue