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

commit 6b5aa5d3ed0ecc363f4141be93a98b5b7407df8a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 23 10:43:59 2026 +0100

    gnu: go-go-etcd-io-raft-v3: Fix import-path.
    
    * gnu/packages/golang-web.scm (go-go-etcd-io-raft-v3):
    [arguments] <import-path>: Fix according to go.mod.
---
 gnu/packages/golang-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index bedeaaa3a3..8121319ae2 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -22092,7 +22092,7 @@ endpoint parsing, retry logic, and test support 
functions.")
     (build-system go-build-system)
     (arguments
      (list
-      #:import-path "go.etcd.io/raft"))
+      #:import-path "go.etcd.io/raft/v3"))
     (native-inputs
      (list go-github-com-stretchr-testify))
     (propagated-inputs

Reply via email to