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

gnu: Add go-github-com-twpayne-go-xdg-v6.

* gnu/packages/golang-xyz.scm (go-github-com-twpayne-go-xdg-v6): New variable.

Change-Id: I6acdfc4a947ed6b72536ec10c394963ce3bae4df
This commit is contained in:
Sharlatan Hellseher 2025-01-09 12:47:36 +00:00
parent 60f5676b2d
commit 5f0bb92451
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -13319,6 +13319,29 @@ supported by the time package
@uref{freedesktop.org}.")
(license license:expat)))
(define-public go-github-com-twpayne-go-xdg-v6
(package
(inherit go-github-com-twpayne-go-xdg-v3)
(name "go-github-com-twpayne-go-xdg-v6")
(version "6.1.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/twpayne/go-xdg")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ihpljay4waw3qss40bwd230wwpq3vm25qiy3y5yfhmybk8wr6jx"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/twpayne/go-xdg/v6"))
(native-inputs
(list go-github-com-alecthomas-assert-v2))
(propagated-inputs
(list go-github-com-twpayne-go-vfs-v5))))
(define-public go-github-com-urfave-cli
(package
(name "go-github-com-urfave-cli")