diff options
author | Sarah Morgensen <iskarian@mgsn.dev> | 2021-06-25 00:20:57 -0700 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-08-05 16:41:52 +0300 |
commit | 26bca253b5b711d5f0e6d36e6876cb2f59c1a545 (patch) | |
tree | ae32dac958a7e55cf70924f61b658bb4988db9ca /gnu/packages | |
parent | ddff7c8b1b7b0bc0294b0d944c94f0d5c59300e4 (diff) |
gnu: go-github-com-pelletier-go-toml: Update to 1.9.3.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index dc54ba67c3..6b52d2a051 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3215,7 +3215,7 @@ application's http.Handlers.") (define-public go-github-com-pelletier-go-toml (package (name "go-github-com-pelletier-go-toml") - (version "1.8.0") + (version "1.9.3") (source (origin (method git-fetch) @@ -3225,7 +3225,7 @@ application's http.Handlers.") (file-name (git-file-name name version)) (sha256 (base32 - "0fxmjm85c9h43lvqz71wr93fcc63bhj82nwby80222xx8ja63g7y")))) + "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) (build-system go-build-system) (arguments `(#:import-path "github.com/pelletier/go-toml")) |