[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60917] [PATCH 21/25] gnu: go-github-com-burntsushi-toml: Update to
From: |
Katherine Cox-Buday |
Subject: |
[bug#60917] [PATCH 21/25] gnu: go-github-com-burntsushi-toml: Update to 1.2.1. |
Date: |
Tue, 17 Jan 2023 18:45:06 -0700 |
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Update to 1.2.1.
---
gnu/packages/golang.scm | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 26cd636c64..660deceec5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3328,23 +3328,23 @@ (define-public go-golang-org-x-mod
(define-public go-github-com-burntsushi-toml
(package
(name "go-github-com-burntsushi-toml")
- (version "0.3.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/BurntSushi/toml")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6"))))
+ (version "1.2.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/BurntSushi/toml")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1v9czq4hsyvdz7yx70y6sgq77wmrgfmn09r9cj4w85z38jqnamv7"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/BurntSushi/toml"))
(home-page "https://github.com/BurntSushi/toml")
(synopsis "Toml parser and encoder for Go")
- (description "This package is toml parser and encoder for Go. The
interface
+ (description
+ "This package is toml parser and encoder for Go. The interface
is similar to Go's standard library @code{json} and @code{xml} package.")
(license license:expat)))
--
2.38.1
- [bug#60902] [PATCH 06/25] gnu: Add go-github-com-jba-templatecheck., (continued)
- [bug#60902] [PATCH 06/25] gnu: Add go-github-com-jba-templatecheck., Katherine Cox-Buday, 2023/01/17
- [bug#60910] [PATCH 12/25] gnu: Add xurls., Katherine Cox-Buday, 2023/01/17
- [bug#60918] [PATCH 19/25] gnu: Add govulncheck., Katherine Cox-Buday, 2023/01/17
- [bug#60919] [PATCH 20/25] gnu: Add go-golang-org-x-vuln., Katherine Cox-Buday, 2023/01/17
- [bug#60920] [PATCH 22/25] gnu: go-honnef-co-go-tools: Update to 0.3.3., Katherine Cox-Buday, 2023/01/17
- [bug#60907] [PATCH 07/25] gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9., Katherine Cox-Buday, 2023/01/17
- [bug#60908] [PATCH 10/25] gnu: gopkg-in-errgo-fmt-errors: Rename package to go-gopkg-in-errgo-fmt-errors., Katherine Cox-Buday, 2023/01/17
- [bug#60911] [PATCH 13/25] gnu: Add go-mvdan-cc-xurls., Katherine Cox-Buday, 2023/01/17
- [bug#60912] [PATCH 14/25] gnu: Add misspell., Katherine Cox-Buday, 2023/01/17
- [bug#60916] [PATCH 17/25] gnu: Add unparam., Katherine Cox-Buday, 2023/01/17
- [bug#60917] [PATCH 21/25] gnu: go-github-com-burntsushi-toml: Update to 1.2.1.,
Katherine Cox-Buday <=
- [bug#60922] [PATCH 23/25] gnu: Add gofumpt., Katherine Cox-Buday, 2023/01/17
- [bug#60903] [PATCH 01/25] gnu: go-golang-org-x-sync: Update to 0.1.0-1.8fcdb60., Katherine Cox-Buday, 2023/01/17
- [bug#60899] [PATCH 25/25] gnu: Add gopls., Katherine Cox-Buday, 2023/01/17
- [bug#60899] Request for review of: [bug#60899] [PATCH 00/25] gnu: golang: Add gopls, Katherine Cox-Buday, 2023/01/30