1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: go-github-com-delthas-go-localeinfo: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-delthas-go-localeinfo): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Icd8b6647bd7c2bbe1e385c4c6ec6571c3fb39d96
This commit is contained in:
Sharlatan Hellseher 2024-12-29 21:38:45 +00:00
parent c043cab8fb
commit 24e094b816
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 23 deletions

View file

@ -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")

View file

@ -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")