guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5c533cf90f54d67a58fd75eed4a3a6db067d98f3
Author: Patrick Norton <[email protected]>
AuthorDate: Mon Nov 24 19:36:56 2025 -0500

    gnu: Add go-github-com-dop251-scsu.
    
    * gnu/packages/golang-xyz.scm (go-github-com-dop251-scsu): New variable.
    
    Change-Id: Ib367d2fa23316d4e9ccb442f29b7ab908ed8c99e
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 817b8daf34..b9c522b29c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7038,6 +7038,30 @@ help message which may simplify crating CLI 
applications, it's Golang
 implementation of http://docopt.org/.";)
       (license license:expat))))
 
+(define-public go-github-com-dop251-scsu
+  (package
+    (name "go-github-com-dop251-scsu")
+    (version "0.0.0-20220106150536-84ac88021d00")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/dop251/scsu";)
+              (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0vm7yfbdaz5z1m7yih5r2awahdr1lyrdfjr8qvx3z0gqi5q3klnh"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/dop251/scsu"))
+    (home-page "https://github.com/dop251/scsu";)
+    (synopsis "Standard Compression Scheme for Unicode")
+    (description
+     "This package provides a Standard Compression Scheme for Unicode
+implementation in Go.")
+    (license license:expat)))
+
 (define-public go-github-com-dsnet-golib
   (package
     (name "go-github-com-dsnet-golib")

Reply via email to