[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.3.
From: |
guix-commits |
Subject: |
01/07: gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.3. |
Date: |
Sat, 25 Jan 2025 03:44:53 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 4106e5fd9a55fc0f6c188db5b629110780bb02d8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 25 08:28:48 2025 +0000
gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.3.
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2): Update
to 2.2.3.
Change-Id: Idb5d5f0fe7333b4816698a915ca30b9205fdadcb
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 73244a8de9..4a00f78529 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -12252,7 +12252,7 @@ programs that use traditional command lines.")
(package
(inherit go-github-com-pelletier-go-toml)
(name "go-github-com-pelletier-go-toml-v2")
- (version "2.2.2")
+ (version "2.2.3")
(source
(origin
(method git-fetch)
@@ -12261,7 +12261,7 @@ programs that use traditional command lines.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0gimgz33yxmvj0nmy56yy7zq4ay8j55ir8pfzmgwga7npgpzspk7"))))
+ (base32 "0hqxj34d49snvc2m6lxfjxks3z9sic9xbb6w49ajrqbzy953spzs"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/pelletier/go-toml/v2"))
- branch go-team updated (1977f57688 -> 4e7960bfbe), guix-commits, 2025/01/25
- 02/07: gnu: Add go-github-com-xaionaro-go-unsafetools., guix-commits, 2025/01/25
- 01/07: gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.3.,
guix-commits <=
- 04/07: gnu: Add go-github-com-fatih-camelcase., guix-commits, 2025/01/25
- 05/07: gnu: Add go-github-com-xaionaro-go-bytesextra., guix-commits, 2025/01/25
- 06/07: gnu: Add go-github-com-xaionaro-gosrc., guix-commits, 2025/01/25
- 03/07: gnu: Add go-github-com-fatih-structtag., guix-commits, 2025/01/25
- 07/07: gnu: fiano: Build more commands., guix-commits, 2025/01/25