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:
Sharlatan Hellseher 2024-08-09 20:39:32 +01:00
parent 5a3018545d
commit 1d03ab9985
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7008,19 +7008,18 @@ system.")
(license license:expat)))) (license license:expat))))
(define-public go-github-com-delthas-go-localeinfo (define-public go-github-com-delthas-go-localeinfo
(let ((commit "686a1e18511819b2f1625f00437f6e1246c04a5d"))
(package (package
(name "go-github-com-delthas-go-localeinfo") (name "go-github-com-delthas-go-localeinfo")
(version (git-version "0.0.0" "0" commit)) (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 commit))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0r0v42ggvyss8327nggwinxl42pj4l0dwz96g9wk1w8h8vmfrh0z")))) "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"))
@ -7028,7 +7027,7 @@ system.")
(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