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

commit 9e0fa6a0e5b675112658379877edaa9e45bd52a0
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 17cc34ed30..467d422f4f 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -21567,7 +21567,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