1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +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:
Sharlatan Hellseher 2024-08-09 20:40:01 +01:00
parent 1d03ab9985
commit be1c876296
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7008,26 +7008,26 @@ system.")
(license license:expat))))
(define-public go-github-com-delthas-go-localeinfo
(package
(name "go-github-com-delthas-go-localeinfo")
(version "0.0.0-20240607105203-b2e834fc307d")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/delthas/go-localeinfo")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
"0817lhic77sz9lxizy2rchwssp0vzl7qxbsfghcddg6ssy1n0zhj"))))
(build-system go-build-system)
(arguments `(#:tests? #f ; FIXME: tests assume certain locale
#:import-path "github.com/delthas/go-localeinfo"))
(home-page "https://github.com/delthas/go-localeinfo")
(synopsis "Library for extracting locale information")
(description "@code{go-localeinfo} extracts monetary/numeric/time
(package
(name "go-github-com-delthas-go-localeinfo")
(version "0.0.0-20240607105203-b2e834fc307d")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/delthas/go-localeinfo")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
"0817lhic77sz9lxizy2rchwssp0vzl7qxbsfghcddg6ssy1n0zhj"))))
(build-system go-build-system)
(arguments `(#:tests? #f ; FIXME: tests assume certain locale
#:import-path "github.com/delthas/go-localeinfo"))
(home-page "https://github.com/delthas/go-localeinfo")
(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