diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index ab9523d6ae..8f48c2006a 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -3146,6 +3146,30 @@ more complicated parallel cases.") (propagated-inputs (list go-github-com-elliotchance-orderedmap-v2)))) +(define-public go-github-com-delthas-go-localeinfo + (package + (name "go-github-com-delthas-go-localeinfo") + (version "0.0.0-20240813094314-e5413e186769") + (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 "0nw21gv3j7cc9x4gq4avlg4s7xzgc7gxrkmq4v451zrvx0mnv0bn")))) + (build-system go-build-system) + (arguments + (list + #: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))) + (define-public go-github-com-dennwc-btrfs (package (name "go-github-com-dennwc-btrfs") diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index c3604851a3..5f9ab7d4f9 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -4487,29 +4487,6 @@ extracting information about the music/image/video that is Now Playing on the system.") (license license:expat)))) -(define-public go-github-com-delthas-go-localeinfo - (package - (name "go-github-com-delthas-go-localeinfo") - (version "0.0.0-20240813094314-e5413e186769") - (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 - "0nw21gv3j7cc9x4gq4avlg4s7xzgc7gxrkmq4v451zrvx0mnv0bn")))) - (build-system go-build-system) - (arguments - (list - #: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))) - (define-public go-github-com-zalando-go-keyring (package (name "go-github-com-zalando-go-keyring")