gnu: Add go-github-com-twpayne-go-vfs-v4.

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

Change-Id: Ia1e92ec37ee309c5d2e8c4bae469ed4bccf49221
This commit is contained in:
Sharlatan Hellseher 2025-01-09 12:52:35 +00:00
parent 9afa4eb17c
commit bc9e3bb115
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -13265,6 +13265,24 @@ supported by the time package
@code{ioutil} packages that is easy to test.")
(license license:expat)))
;; XXX: For chezmoi 2.30.1, remove it when updated.
(define-public go-github-com-twpayne-go-vfs-v4
(hidden-package (package (inherit go-github-com-twpayne-go-vfs-v5)
(name "go-github-com-twpayne-go-vfs-v4")
(version "4.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/twpayne/go-vfs")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1hbrm6b0ca116h8mc8nkq04nba685wmp52pz5980ivvi86ji9b1y"))))
(arguments
(list
#:import-path "github.com/twpayne/go-vfs/v4")))))
;; XXX: For chezmoi 1.8.10, remove it when updated.
(define-public go-github-com-twpayne-go-vfs-1.0.1
(hidden-package (package (inherit go-github-com-twpayne-go-vfs-v5)