mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: go-github-com-masterminds-sprig: Rename variable.
* gnu/packages/golang-xyz.scm (go-github-com-masterminds-sprig): Rename to go-github-com-masterminds-sprig-v3. [arguments]: <#:import-path>: Reflect import path as seen in go.mod. * gnu/packages/configuration-management.scm (chezmoi) [native-inputs]: Replace go-github-com-masterminds-sprig with go-github-com-masterminds-sprig-v3. Change-Id: I2d171ff9f719e6664266723ae0483f73cef343c5
This commit is contained in:
parent
77ec077071
commit
1afefe0f0f
2 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ (define-public chezmoi
|
|||
go-github-com-google-renameio
|
||||
go-github-com-gorilla-css
|
||||
go-github-com-lucasb-eyer-go-colorful
|
||||
go-github-com-masterminds-sprig
|
||||
go-github-com-masterminds-sprig-v3
|
||||
go-github-com-mattn-go-isatty
|
||||
go-github-com-mattn-go-runewidth
|
||||
go-github-com-microcosm-cc-bluemonday
|
||||
|
|
|
@ -2343,9 +2343,9 @@ (define-public go-github-com-marcinbor85-gohex
|
|||
@end itemize")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-masterminds-sprig
|
||||
(define-public go-github-com-masterminds-sprig-v3
|
||||
(package
|
||||
(name "go-github-com-masterminds-sprig")
|
||||
(name "go-github-com-masterminds-sprig-v3")
|
||||
(version "3.1.0")
|
||||
(source
|
||||
(origin
|
||||
|
@ -2360,7 +2360,7 @@ (define-public go-github-com-masterminds-sprig
|
|||
(arguments
|
||||
(list
|
||||
#:tests? #f ;network tests only
|
||||
#:import-path "github.com/Masterminds/sprig"))
|
||||
#:import-path "github.com/Masterminds/sprig/v3"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue