gnu: go-github-com-gedex-inflector: Update to 0.0.0-20170307190818-16278e9db813.

* gnu/packages/golang.scm (go-github-com-gedex-inflector): Update to 0.0.0-20170307190818-16278e9db813.

Change-Id: Ie169c7a1b89fe4967156687f3e5f8806a412b0fc
This commit is contained in:
Sharlatan Hellseher 2025-01-11 13:41:18 +00:00
parent 1bf26a2848
commit ac92c63328
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2328,18 +2328,15 @@ (define-public go-github-com-fogleman-gg
(license license:expat))) (license license:expat)))
(define-public go-github-com-gedex-inflector (define-public go-github-com-gedex-inflector
(let ((commit "16278e9db8130ac7ec405dc174cfb94344f16325")
(revision "1"))
(package (package
(name "go-github-com-gedex-inflector") (name "go-github-com-gedex-inflector")
(version (git-version "0.0.0" revision commit)) (version "0.0.0-20170307190818-16278e9db813")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/gedex/inflector") (url "https://github.com/gedex/inflector")
(commit commit))) (commit (go-version->git-ref version))))
(file-name (string-append "go-github-com-gedex-inflector-" (file-name (git-file-name name version))
version "-checkout"))
(sha256 (sha256
(base32 (base32
"05hjqw1m71vww4914d9h6nqa9jw3lgjzwsy7qaffl02s2lh1amks")))) "05hjqw1m71vww4914d9h6nqa9jw3lgjzwsy7qaffl02s2lh1amks"))))
@ -2349,7 +2346,7 @@ (define-public go-github-com-gedex-inflector
(home-page "https://github.com/gedex/inflector") (home-page "https://github.com/gedex/inflector")
(synopsis "Go library that pluralizes and singularizes English nouns") (synopsis "Go library that pluralizes and singularizes English nouns")
(description "Go library that pluralizes and singularizes English nouns.") (description "Go library that pluralizes and singularizes English nouns.")
(license license:bsd-2)))) (license license:bsd-2)))
(define-public go-github-com-surge-glog (define-public go-github-com-surge-glog
(let ((commit "2578deb2b95c665e6b1ebabf304ce2085c9e1985") (let ((commit "2578deb2b95c665e6b1ebabf304ce2085c9e1985")