mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: go-github-com-delthas-go-localeinfo: Fix indentation.
* gnu/packages/golang.scm (go-github-com-delthas-go-localeinfo): Fix indentation. Change-Id: Ida11ab38911568c1967d42d7b4e4e7b950417661
This commit is contained in:
parent
1d03ab9985
commit
be1c876296
1 changed files with 19 additions and 19 deletions
|
@ -7008,26 +7008,26 @@ system.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-delthas-go-localeinfo
|
(define-public go-github-com-delthas-go-localeinfo
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-delthas-go-localeinfo")
|
(name "go-github-com-delthas-go-localeinfo")
|
||||||
(version "0.0.0-20240607105203-b2e834fc307d")
|
(version "0.0.0-20240607105203-b2e834fc307d")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/delthas/go-localeinfo")
|
(url "https://github.com/delthas/go-localeinfo")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0817lhic77sz9lxizy2rchwssp0vzl7qxbsfghcddg6ssy1n0zhj"))))
|
"0817lhic77sz9lxizy2rchwssp0vzl7qxbsfghcddg6ssy1n0zhj"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments `(#:tests? #f ; FIXME: tests assume certain locale
|
(arguments `(#:tests? #f ; FIXME: tests assume certain locale
|
||||||
#:import-path "github.com/delthas/go-localeinfo"))
|
#:import-path "github.com/delthas/go-localeinfo"))
|
||||||
(home-page "https://github.com/delthas/go-localeinfo")
|
(home-page "https://github.com/delthas/go-localeinfo")
|
||||||
(synopsis "Library for extracting locale information")
|
(synopsis "Library for extracting locale information")
|
||||||
(description "@code{go-localeinfo} extracts monetary/numeric/time
|
(description "@code{go-localeinfo} extracts monetary/numeric/time
|
||||||
formatting information, rather than the current locale name.")
|
formatting information, rather than the current locale name.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-zalando-go-keyring
|
(define-public go-github-com-zalando-go-keyring
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue