[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/401: gnu: Add go-github-com-iancoleman-strcase.
From: |
guix-commits |
Subject: |
92/401: gnu: Add go-github-com-iancoleman-strcase. |
Date: |
Thu, 26 Dec 2024 19:30:34 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 8ff0e86cd389df5fe374ec76a2378da5f8548a5d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 10 22:17:55 2024 +0000
gnu: Add go-github-com-iancoleman-strcase.
* gnu/packages/golang-xyz.scm (go-github-com-iancoleman-strcase): New
variable.
Change-Id: I9795c3941c4dc7a693baefeaa1c400a296847ef5
---
gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 076b4e3c49..d4139e6c21 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4564,6 +4564,29 @@ the C++ ABI defined at https://codesourcery.com/cxx-abi/
and the
ABI}.")
(license license:bsd-3)))
+(define-public go-github-com-iancoleman-strcase
+ (package
+ (name "go-github-com-iancoleman-strcase")
+ (version "0.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/iancoleman/strcase")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "169fb56kiif2gq92b7hvh9xgl2n8kjmdg4gqaa1492kb97ia8lwm"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/iancoleman/strcase"))
+ (home-page "https://github.com/iancoleman/strcase")
+ (synopsis "Converting to snake_case or CamelCase")
+ (description
+ "Package strcase converts strings to various cases.")
+ (license license:expat)))
+
(define-public go-github-com-itchyny-timefmt-go
(package
(name "go-github-com-itchyny-timefmt-go")
- 64/401: gnu: go-github-com-spf13-cobra: Adjust inputs., (continued)
- 64/401: gnu: go-github-com-spf13-cobra: Adjust inputs., guix-commits, 2024/12/26
- 70/401: gnu: Add go-gopkg-in-dnaeon-go-vcr-v3., guix-commits, 2024/12/26
- 80/401: gnu: go-github-com-charmbracelet-x-exp-golden: Sort., guix-commits, 2024/12/26
- 74/401: gnu: Add go-github-com-erikgeiser-coninput., guix-commits, 2024/12/26
- 72/401: gnu: Add go-github-com-shurcool-githubv4., guix-commits, 2024/12/26
- 84/401: gnu: go-github-com-alecthomas-kong: Update to 1.5.1., guix-commits, 2024/12/26
- 77/401: gnu: Add go-github-com-charmbracelet-log., guix-commits, 2024/12/26
- 79/401: gnu: Add go-github-com-charmbracelet-x-input., guix-commits, 2024/12/26
- 71/401: gnu: Add go-github-com-shurcool-graphql., guix-commits, 2024/12/26
- 88/401: gnu: Add git-spice., guix-commits, 2024/12/26
- 92/401: gnu: Add go-github-com-iancoleman-strcase.,
guix-commits <=
- 27/401: gnu: go-github-com-bmatcuk-doublestar: Move to golang-xyz., guix-commits, 2024/12/26
- 18/401: gnu: go-github-com-spf13-viper: Move to golang-xyz., guix-commits, 2024/12/26
- 28/401: gnu: go-github-com-mitchellh-mapstructure: Move to golang-xyz., guix-commits, 2024/12/26
- 33/401: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/12/26
- 41/401: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/12/26
- 38/401: gnu: go-github-com-xdg-go-scram: Move to golang-xyz., guix-commits, 2024/12/26
- 45/401: gnu: kurly: Improve package style., guix-commits, 2024/12/26
- 42/401: gnu: go-github-com-aki237-nscjar: Move to golang-web., guix-commits, 2024/12/26
- 44/401: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz., guix-commits, 2024/12/26
- 51/401: gnu: go-github-com-gdamore-tcell: Move to golang-xyz., guix-commits, 2024/12/26