[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: go-github-com-masterminds-sprig: Rename variable.
From: |
guix-commits |
Subject: |
05/13: gnu: go-github-com-masterminds-sprig: Rename variable. |
Date: |
Fri, 28 Jun 2024 10:40:26 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 1afefe0f0f454aa7b61d5b584474186bc7af28d3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jun 18 17:24:43 2024 +0100
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
---
gnu/packages/configuration-management.scm | 2 +-
gnu/packages/golang-xyz.scm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/configuration-management.scm
b/gnu/packages/configuration-management.scm
index c061684a6a..89958b351e 100644
--- a/gnu/packages/configuration-management.scm
+++ b/gnu/packages/configuration-management.scm
@@ -98,7 +98,7 @@
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
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4df7c31c80..786ab1d200 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2343,9 +2343,9 @@ implementing features like:
@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 @@ implementing features like:
(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
- 02/13: gnu: go-github-com-masterminds-sprig: Move to golang-xyz., (continued)
- 02/13: gnu: go-github-com-masterminds-sprig: Move to golang-xyz., guix-commits, 2024/06/28
- 08/13: gnu: go-github-com-masterminds-semver: Rename variable., guix-commits, 2024/06/28
- 09/13: gnu: go-github-com-masterminds-semver-v3: Update to 3.2.1., guix-commits, 2024/06/28
- 04/13: gnu: chezmoi: Refresh package style., guix-commits, 2024/06/28
- 01/13: gnu: go-github-com-nwaples-rardecode-v2: Rename variable., guix-commits, 2024/06/28
- 03/13: gnu: chezmoi: Remove propagated inputs., guix-commits, 2024/06/28
- 10/13: gnu: go-github-com-klauspost-cpuid: Move to golang-xyz., guix-commits, 2024/06/28
- 06/13: gnu: go-github-com-masterminds-sprig-v3: Enable tests., guix-commits, 2024/06/28
- 12/13: gnu: Add go-github-com-bmatcuk-doublestar-v4., guix-commits, 2024/06/28
- 11/13: gnu: Add go-github-com-klauspost-cpuid-v2., guix-commits, 2024/06/28
- 05/13: gnu: go-github-com-masterminds-sprig: Rename variable.,
guix-commits <=
- 13/13: gnu: go-github-com-dlclark-regexp2: Move to golang-xyz., guix-commits, 2024/06/28
- 07/13: gnu: go-github-com-masterminds-semver: Move to golang-xyz., guix-commits, 2024/06/28