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

commit 742a3475fab081a7c389e15a3b4f2f340c2c357a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 12:03:17 2026 +0100

    gnu: Add go-github-com-shamaton-msgpack-v3.
    
    * gnu/packages/golang-xyz.scm (go-github-com-shamaton-msgpack-v3): New 
variable.
    
    Change-Id: I33725fd4bad87cd74cdd32c1b1728c09e9bef82c
---
 gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cff0e04a6e..3e3ec6ccb2 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -25388,6 +25388,30 @@ synchronizing plain text:
      "Go-Daemon is a library for writing system daemons in Go.")
     (license license:expat)))
 
+(define-public go-github-com-shamaton-msgpack-v3
+  (package
+    (name "go-github-com-shamaton-msgpack-v3")
+    (version "3.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/shamaton/msgpack";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1b469b4jnvb6as3krxgy7n6zav93pkxg4yfg92q4cxcj8s0flfai"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/shamaton/msgpack/v3"))
+    (home-page "https://github.com/shamaton/msgpack";)
+    (synopsis "MessagePack for Golang")
+    (description
+     "This package provides @url{https://msgpack.org/, MessagePack}
+implementation in Go.")
+    (license license:expat)))
+
 (define-public go-github-com-shibumi-go-pathspec
   (package
     (name "go-github-com-shibumi-go-pathspec")

Reply via email to