guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4977de8b3c1d67c69a5a4ed8859c852d47019118
Author: Orahcio FelĂ­cio de Sousa <[email protected]>
AuthorDate: Wed Aug 26 21:15:36 2026 -0300

    gnu: Add go-github-com-hmdsefi-gograph.
    
    * gnu/packages/golang-maths.scm (go-github-com-hmdsefi-gograph): New 
variable.
    
    Merge: guix/guix!10860
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-maths.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang-maths.scm b/gnu/packages/golang-maths.scm
index 71d3e3c6e5..96e52e2da0 100644
--- a/gnu/packages/golang-maths.scm
+++ b/gnu/packages/golang-maths.scm
@@ -370,6 +370,32 @@ units can be created by multiplying by const values and 
variables can be
 converted by casting.")
     (license license:asl2.0)))
 
+(define-public go-github-com-hmdsefi-gograph
+  (package
+    (name "go-github-com-hmdsefi-gograph")
+    (version "0.7.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/hmdsefi/gograph";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "02qjjlc11kpxvs2i66iciv2yd4k30lsid6i5fq63fdl0sgy7rkda"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/hmdsefi/gograph"))
+    (home-page "https://github.com/hmdsefi/gograph";)
+    (synopsis "Golang generic graph library")
+    (description
+     "@code{GoGraph} is a lightweight, efficient, and easy-to-use graph data
+structure implementation written in Go.  It provides a versatile framework for
+representing graphs and performing various operations on them, making it ideal
+for both educational purposes and practical applications.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-johncgriffin-overflow
   (package
     (name "go-github-com-johncgriffin-overflow")

Reply via email to