mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-delthas-go-localeinfo: Update to 0.0.0-20240607105203-b2e834fc307d.
* gnu/packages/golang.scm (go-github-com-delthas-go-localeinfo): Update to 0.0.0-20240607105203-b2e834fc307d. Change-Id: I229f3348e7d473fa13f7bb7a33894d49ef24e2d0
This commit is contained in:
parent
5a3018545d
commit
1d03ab9985
1 changed files with 4 additions and 5 deletions
|
@ -7008,19 +7008,18 @@ system.")
|
|||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-delthas-go-localeinfo
|
||||
(let ((commit "686a1e18511819b2f1625f00437f6e1246c04a5d"))
|
||||
(package
|
||||
(name "go-github-com-delthas-go-localeinfo")
|
||||
(version (git-version "0.0.0" "0" commit))
|
||||
(version "0.0.0-20240607105203-b2e834fc307d")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/delthas/go-localeinfo")
|
||||
(commit commit)))
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r0v42ggvyss8327nggwinxl42pj4l0dwz96g9wk1w8h8vmfrh0z"))))
|
||||
"0817lhic77sz9lxizy2rchwssp0vzl7qxbsfghcddg6ssy1n0zhj"))))
|
||||
(build-system go-build-system)
|
||||
(arguments `(#:tests? #f ; FIXME: tests assume certain locale
|
||||
#:import-path "github.com/delthas/go-localeinfo"))
|
||||
|
@ -7028,7 +7027,7 @@ system.")
|
|||
(synopsis "Library for extracting locale information")
|
||||
(description "@code{go-localeinfo} extracts monetary/numeric/time
|
||||
formatting information, rather than the current locale name.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-zalando-go-keyring
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue