guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 91e9f8374a893e8119fc3a8183853febf3ad603b
Author: Aleksandr Lebedev <[email protected]>
AuthorDate: Sat Nov 15 23:20:38 2025 +0100

    gnu: Add go-github-com-go-git-go-billy-v6.
    
    * gnu/packages/golang-xyz.scm (go-github-com-go-git-go-billy-v6): New 
variable.
    
    Change-Id: Ie309c08ad360f3d15b021fdc59563b1e7e9996ba
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 50d42e1a8f..10b32cbc0e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8752,6 +8752,28 @@ it virtually free to implement mocks and testing over 
file system
 operations.")
     (license license:asl2.0)))
 
+(define-public go-github-com-go-git-go-billy-v6
+  ;; v6.0.0 is not a release tag as of 14.11.2025
+  (let ((commit "ae9e5d5b5b37f377236a1ec4fbff6cecc8e4c0d2")
+        (revision "0"))
+    (package
+      (inherit go-github-com-go-git-go-billy-v5)
+      (name "go-github-com-go-git-go-billy-v6")
+      (version "6.0.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+                (url "https://github.com/go-git/go-billy";)
+                (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1pa4r00x98c0y5n2p22n5gnqdzziwfv0jw9ynnsg08l6grbynsyz"))))
+      (build-system go-build-system)
+      (arguments
+       (list
+        #:import-path "github.com/go-git/go-billy/v6")))))
+
 (define-public go-github-com-go-git-go-git-fixtures-v4
   (package
     (name "go-github-com-go-git-go-git-fixtures-v4")

Reply via email to