mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add go-github-com-go-task-slim-sprig-v3.
* gnu/packages/golang-xyz.scm (go-github-com-go-task-slim-sprig-v3): New variable. Change-Id: I46ef3728993556dfc2d6c9349da6962d747e2664
This commit is contained in:
parent
33a2644963
commit
265452e122
1 changed files with 20 additions and 0 deletions
|
@ -1421,6 +1421,26 @@ (define-public go-github-com-go-task-slim-sprig
|
|||
the library more lightweight.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-go-task-slim-sprig-v3
|
||||
(package
|
||||
(inherit go-github-com-go-task-slim-sprig)
|
||||
(name "go-github-com-go-task-slim-sprig-v3")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/go-task/slim-sprig")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1h6m9n8w6yk0fp1kpk574kac6l3ibkh71myjakvns1nmqphb085w"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(substitute-keyword-arguments
|
||||
(package-arguments go-github-com-go-task-slim-sprig)
|
||||
((#:import-path _) "github.com/go-task/slim-sprig/v3")))))
|
||||
|
||||
(define-public go-github-com-gobwas-glob
|
||||
(package
|
||||
(name "go-github-com-gobwas-glob")
|
||||
|
|
Loading…
Reference in a new issue