guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 657aae9c4910877a2f689afb6c71f20c6b56fe83
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Jun 10 18:27:29 2025 +0100

    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
---
 gnu/packages/golang-check.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index e5e947bfb1..7865afce07 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -382,7 +382,7 @@ writing and reading these tests.")
 (define-public go-github-com-coder-quartz
   (package
     (name "go-github-com-coder-quartz")
-    (version "0.1.3")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -391,10 +391,11 @@ writing and reading these tests.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08ghwy4i4h9shxchcly69pqprqqcs7pcvaprc7kjgghbvwbgr69k"))))
+        (base32 "1c2ki5w75a3nkhnzpld65bm9swfhp0ra16jccwdcplqgmil77nc1"))))
     (build-system go-build-system)
     (arguments
      (list
+      #:go go-1.23
       #:import-path "github.com/coder/quartz"))
     (home-page "https://github.com/coder/quartz";)
     (synopsis "Golang time testing library for writing deterministic unit 
tests")

Reply via email to