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:
Sharlatan Hellseher 2024-06-18 17:24:43 +01:00
parent 77ec077071
commit 1afefe0f0f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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