[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: go-github.com-jessevdk-go-flags: Adjust variable name.
From: |
guix-commits |
Subject: |
10/15: gnu: go-github.com-jessevdk-go-flags: Adjust variable name. |
Date: |
Thu, 4 Apr 2024 12:42:10 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 7cd15c81155d3ec0ea133c7f36b18a718eacc7a8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Mar 31 20:24:44 2024 +0100
gnu: go-github.com-jessevdk-go-flags: Adjust variable name.
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Rename to
go-github-com-jessevdk-go-flags to follow go import naming convention.
* gnu/packages/golang.scm (go-github-com-dhowett-go-plist)
[inputs]: Remove go-github.com-jessevdk-go-flags, add
go-github-com-jessevdk-go-flags.
Change-Id: I6fc977b11e5044b8e6cab2baa4c107967baedb59
---
gnu/packages/golang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3c3d9c7222..0f36c6b696 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1881,7 +1881,7 @@ retry strategies, such as fixed delay, backoff delay, and
random delay.")
(build-system go-build-system)
(arguments `(#:import-path "howett.net/plist"))
(inputs
- (list go-github.com-jessevdk-go-flags go-github-com-kr-pretty
+ (list go-github-com-jessevdk-go-flags go-github-com-kr-pretty
go-gopkg-in-check-v1 go-gopkg-in-yaml-v2))
(home-page "https://github.com/DHowett/go-plist")
(synopsis "Apple property list transcoder")
@@ -2839,9 +2839,9 @@ Under Windows, the console APIs are used. Otherwise,
ANSI texts are output.")
specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
(license license:expat)))
-(define-public go-github.com-jessevdk-go-flags
+(define-public go-github-com-jessevdk-go-flags
(package
- (name "go-github.com-jessevdk-go-flags")
+ (name "go-github-com-jessevdk-go-flags")
(version "1.5.0")
(source (origin
(method git-fetch)
- branch master updated (83b9867e00 -> ade6845da6), guix-commits, 2024/04/04
- 01/15: gnu: Add go-github-com-pierrec-cmdflag., guix-commits, 2024/04/04
- 03/15: gnu: Add go-github-com-onsi-ginkgo-v2., guix-commits, 2024/04/04
- 04/15: gnu: Add go-code-cloudfoundry-org-bytefmt., guix-commits, 2024/04/04
- 05/15: gnu: Add go-github-com-pierrec-lz4., guix-commits, 2024/04/04
- 11/15: gnu: fiano: Refresh package style., guix-commits, 2024/04/04
- 09/15: gnu: go-github-com-onsi-gomega: Move to golang-check., guix-commits, 2024/04/04
- 10/15: gnu: go-github.com-jessevdk-go-flags: Adjust variable name.,
guix-commits <=
- 14/15: gnu: go-github-com-hashicorp-hcl: Sort alphabetically., guix-commits, 2024/04/04
- 02/15: gnu: Add go-github-com-go-logr-logr., guix-commits, 2024/04/04
- 07/15: gnu: go-github-com-schollz-progressbar-v3: Adjust inputs., guix-commits, 2024/04/04
- 06/15: gnu: go-github-com-schollz-progressbar-v3: Move to golang-xyz., guix-commits, 2024/04/04
- 08/15: gnu: go-github-com-onsi-ginkgo: Refresh package style., guix-commits, 2024/04/04
- 12/15: gnu: fiano: Update to 1.2.0., guix-commits, 2024/04/04
- 13/15: gnu: go-github-com-kballard-go-shellquote: Sort alphabetically., guix-commits, 2024/04/04
- 15/15: gnu: go-github-com-hashicorp-hcl-v2: Sort alphabetically., guix-commits, 2024/04/04