[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/22: gnu: go-github-com-goccy-yaml: Rename variable.
From: |
guix-commits |
Subject: |
09/22: gnu: go-github-com-goccy-yaml: Rename variable. |
Date: |
Sun, 7 Jul 2024 11:10:40 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 63392aa2ff8a1c991ed20f4043f08df53c76002f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jul 6 22:37:23 2024 +0100
gnu: go-github-com-goccy-yaml: Rename variable.
gnu/packages/golang-xyz.scm (go-github-com-goccy-yaml): Rename variable
to go-github-com-goccy-go-yaml to reflect go.mode name.
gnu/packages/golang.scm (go-github-com-songmu-gitconfig)
[propagated-inputs]: Remove go-github-com-goccy-yaml. Add
go-github-com-goccy-go-yaml.
gnu/packages/web.scm (go-github-com-mikefarah-yq-v4)
[propagated-inputs]: Likewise.
Change-Id: Id8663c08cb75974eb9e881bb7e22623ed463ffa5
---
gnu/packages/golang-xyz.scm | 2 +-
gnu/packages/golang.scm | 4 ++--
gnu/packages/web.scm | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7f40c856dc..1bfeece415 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4363,7 +4363,7 @@ Use waterutil with it to work with TUN/TAP
packets/frames.")
#:go go-1.21
#:import-path "github.com/Songmu/gitconfig"))
(propagated-inputs
- (list go-github-com-goccy-yaml))
+ (list go-github-com-goccy-go-yaml))
(home-page "https://github.com/songmu/gitconfig")
(synopsis "Go library to get configuration values from gitconfig")
(description
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 27ce581be8..9a505000e3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7851,9 +7851,9 @@ systems can import this package to enable running
programs as services without
modifying them.")
(license license:zlib)))
-(define-public go-github-com-goccy-yaml
+(define-public go-github-com-goccy-go-yaml
(package
- (name "go-github-com-goccy-yaml")
+ (name "go-github-com-goccy-go-yaml")
(version "1.11.3")
(home-page "https://github.com/goccy/go-yaml")
(source
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3988621835..0c670cb184 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5449,7 +5449,7 @@ you'd expect.")
go-github-com-elliotchance-orderedmap
go-github-com-fatih-color
go-github-com-goccy-go-json
- go-github-com-goccy-yaml
+ go-github-com-goccy-go-yaml
go-github-com-jinzhu-copier
go-github-com-magiconair-properties
go-github-com-pelletier-go-toml-v2
- 04/22: gnu: go-github-com-alecthomas-repr: Update to 0.4.0., (continued)
- 04/22: gnu: go-github-com-alecthomas-repr: Update to 0.4.0., guix-commits, 2024/07/07
- 02/22: gnu: go-github-com-alecthomas-chroma-v2: Enable all tests., guix-commits, 2024/07/07
- 05/22: gnu: go-github-com-alecthomas-repr: Move to golang-xyz., guix-commits, 2024/07/07
- 08/22: gnu: Add go-chroma., guix-commits, 2024/07/07
- 07/22: gnu: Add go-github-com-alecthomas-kong., guix-commits, 2024/07/07
- 06/22: gnu: go-github-com-alecthomas-colour: Move to golang-xyz., guix-commits, 2024/07/07
- 10/22: gnu: go-github-com-goccy-go-yaml: Move to golang-xyz., guix-commits, 2024/07/07
- 21/22: gnu: Add go-github-com-whyrusleeping-cbor., guix-commits, 2024/07/07
- 14/22: gnu: Add go-github-com-ipfs-go-ipld-cbor., guix-commits, 2024/07/07
- 19/22: gnu: Add go-github-com-whyrusleeping-go-keyspace., guix-commits, 2024/07/07
- 09/22: gnu: go-github-com-goccy-yaml: Rename variable.,
guix-commits <=
- 15/22: gnu: Add go-github-com-facebookgo-atomicfile., guix-commits, 2024/07/07
- 17/22: gnu: Add go-github-com-whyrusleeping-multiaddr-filter., guix-commits, 2024/07/07
- 18/22: gnu: Add go-github-com-whyrusleeping-chunker., guix-commits, 2024/07/07
- 20/22: gnu: Add go-github-com-whyrusleeping-base32., guix-commits, 2024/07/07
- 22/22: gnu: kubo: Unbundle more packaes., guix-commits, 2024/07/07
- 13/22: gnu: Add go-github-com-whyrusleeping-cbor-gen., guix-commits, 2024/07/07
- 16/22: gnu: Add go-github-com-ipfs-go-ipld-git., guix-commits, 2024/07/07
- 12/22: gnu: go-github-com-syndtr-goleveldb-leveldb: Rename variable., guix-commits, 2024/07/07
- 11/22: gnu: go-github-com-goccy-go-yaml: Enable all tests., guix-commits, 2024/07/07