From 85465e73e91e22bc68cd157094d34a620a9bf8bb Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 2 Jan 2025 22:55:49 +0000 Subject: gnu: go-github-com-rivo-uniseg: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-rivo-uniseg): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I949ac20c547ec55a59b445c28ad868af36d70f18 --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'gnu/packages/golang-xyz.scm') diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index b4fc25931d..fced56578d 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -10814,6 +10814,30 @@ (define-public go-github-com-remeh-sizedwaitgroup not overload the given database.") (license license:expat))) +(define-public go-github-com-rivo-uniseg + (package + (name "go-github-com-rivo-uniseg") + (version "0.4.7") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rivo/uniseg") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0nlcqyvq4vhq3hqhk84h6fp0jbqkjj88kcpcl853yr7sh4sisdxc")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/rivo/uniseg")) + (home-page "https://github.com/rivo/uniseg") + (synopsis "Unicode Text Segmentation for Go") + (description + "This package implements Unicode Text Segmentation according to +@url{https://unicode.org/reports/tr29/, Unicode Standard Annex #29}.") + (license license:expat))) + (define-public go-github-com-rogpeppe-fastuuid (package (name "go-github-com-rogpeppe-fastuuid") -- cgit v1.2.3