[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/20: gnu: Add go-github-com-xuanwo-go-locale.
From: |
guix-commits |
Subject: |
15/20: gnu: Add go-github-com-xuanwo-go-locale. |
Date: |
Sun, 24 Nov 2024 16:48:52 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit db48c565e6291cbfd9260d2c0986fc4121c6f721
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 21:02:05 2024 +0000
gnu: Add go-github-com-xuanwo-go-locale.
* gnu/packages/golang-xyz.scm (go-github-com-xuanwo-go-locale): New
variable.
Change-Id: I6792dfab134090fab1677fdf80e127a8ea858758
---
gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index aec68c39ff..821ed49736 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8185,6 +8185,33 @@ popular Levenshtein distance (aka Edit Distance or
Wagner-Fischer), as well as
the Jaro distance, the Jaro-Winkler distance, and more.")
(license license:expat)))
+(define-public go-github-com-xuanwo-go-locale
+ (package
+ (name "go-github-com-xuanwo-go-locale")
+ (version "1.1.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Xuanwo/go-locale")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "09d68ay4kcic82xjdl9b3zi5nq0srxanprk5p32n5yxqirb0pbxd"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/Xuanwo/go-locale"))
+ (propagated-inputs
+ (list go-golang-org-x-sys
+ go-golang-org-x-text))
+ (home-page "https://github.com/Xuanwo/go-locale")
+ (synopsis "Locale detection in Golang")
+ (description
+ "This package provides a functionality for cross-platform locale
+detection.")
+ (license license:asl2.0)))
+
(define-public go-github-com-yuin-gopher-lua
(package
(name "go-github-com-yuin-gopher-lua")
- 01/20: gnu: Add go-github-com-xrash-smetrics., (continued)
- 01/20: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/11/24
- 03/20: gnu: go-github-com-urfave-cli-v2: Update to 2.27.5., guix-commits, 2024/11/24
- 11/20: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/11/24
- 20/20: gnu: packages/disk: Remove golang module., guix-commits, 2024/11/24
- 08/20: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/11/24
- 09/20: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/11/24
- 13/20: gnu: kurly: Improve package style., guix-commits, 2024/11/24
- 10/20: gnu: go-github-com-aki237-nscjar: Move to golang-web., guix-commits, 2024/11/24
- 16/20: gnu: lf: Update to 33., guix-commits, 2024/11/24
- 12/20: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz., guix-commits, 2024/11/24
- 15/20: gnu: Add go-github-com-xuanwo-go-locale.,
guix-commits <=
- 14/20: gnu: packages/curl: Remove golang module., guix-commits, 2024/11/24
- 17/20: gnu: go-github-com-gdamore-tcell: Update to 1.4.0., guix-commits, 2024/11/24