diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-08 12:26:58 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:42 +0100 |
| commit | 43df4054b2e8e2374dba5282adf3082bd140c681 (patch) | |
| tree | 13ced911389bfabceedf32b0b1a705efa5ffa575 /gnu | |
| parent | 87661cea77be67d7fdfcc607ee3a621d005e909c (diff) | |
gnu: go-github-com-burntsushi-toml: Update to 1.5.0.
* gnu/packages/golang-xyz.scm (go-github-com-burntsushi-toml): Update to 1.5.0.
[arguments] <go>: Use go-1.23.
Change-Id: I3c85d048000f6f7bc74edd1c5092f376efe5a1e8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 10ea7019afd..bc25793fae5 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2746,6 +2746,7 @@ strings into words like a POSIX or Windows shell would.") (build-system go-build-system) (arguments (list + #:go go-1.23 #:import-path "github.com/BurntSushi/toml")) (home-page "https://github.com/BurntSushi/toml") (synopsis "Toml parser and encoder for Go") |
