mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9afa4eb17c
commit
bc9e3bb115
1 changed files with 18 additions and 0 deletions
|
@ -13265,6 +13265,24 @@ supported by the time package
|
||||||
@code{ioutil} packages that is easy to test.")
|
@code{ioutil} packages that is easy to test.")
|
||||||
(license license:expat)))
|
(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.
|
;; XXX: For chezmoi 1.8.10, remove it when updated.
|
||||||
(define-public go-github-com-twpayne-go-vfs-1.0.1
|
(define-public go-github-com-twpayne-go-vfs-1.0.1
|
||||||
(hidden-package (package (inherit go-github-com-twpayne-go-vfs-v5)
|
(hidden-package (package (inherit go-github-com-twpayne-go-vfs-v5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue