guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a8e08779f6c4a295d378bd13b70864d911cb31ce
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 14 21:52:23 2026 +0000

    gnu: Add go-github-com-bahlo-generic-list-go.
    
    * gnu/packages/golang-xyz.scm (go-github-com-bahlo-generic-list-go): New 
variable.
    
    Change-Id: I645875a05b13968ca77f73ab1db9598417939941
---
 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 da61ad8738..310d8c1259 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2668,6 +2668,28 @@ supports generating diffs in the
 Unified Format}.")
     (license license:expat)))
 
+(define-public go-github-com-bahlo-generic-list-go
+  (package
+    (name "go-github-com-bahlo-generic-list-go")
+    (version "0.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/bahlo/generic-list-go";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1nif01xg2y7ihhik65xkx74kszamgvz9ykknj81p71mmdv0fm304"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/bahlo/generic-list-go"))
+    (home-page "https://github.com/bahlo/generic-list-go";)
+    (synopsis "Go container/list but with generics")
+    (description "Package list implements a doubly linked list.")
+    (license license:bsd-3)))
+
 (define-public go-github-com-baulk-chardet
   (package
     (name "go-github-com-baulk-chardet")

Reply via email to