diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-25 08:31:06 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-25 12:05:53 +0000 |
| commit | 71e6a206d9ad50ddc2fe607b947adfdd9ff2ebd2 (patch) | |
| tree | 6f529d49b89175f6317965c70ca5485bd7e0dbc9 /gnu | |
| parent | a97ea10a01459e038d5e9d9063cfc885aece86ac (diff) | |
gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.4.
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2):
Update to 2.2.4.
(go-toml): Switch to PACKAGE/INHERIT.
Change-Id: Ia22b383da83462d06f57b56e87d2ad7e962f5d70
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index f84016f9aaa..38746c79b5b 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -18025,7 +18025,7 @@ package (which is based off an earlier version of this package).") (package (inherit go-github-com-pelletier-go-toml) (name "go-github-com-pelletier-go-toml-v2") - (version "2.2.3") + (version "2.2.4") (source (origin (method git-fetch) @@ -18034,7 +18034,7 @@ package (which is based off an earlier version of this package).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hqxj34d49snvc2m6lxfjxks3z9sic9xbb6w49ajrqbzy953spzs")))) + (base32 "0nahzbp7pbwm2cqvaqys5914hr9xgb0d511c6nq4gkl64sjjp9al")))) (build-system go-build-system) (arguments (list @@ -27094,8 +27094,7 @@ tools.")))) (inputs '()))) (define-public go-toml - (package - (inherit go-github-com-pelletier-go-toml-v2) + (package/inherit go-github-com-pelletier-go-toml-v2 (name "go-toml") (arguments (list |
