sharlatan pushed a commit to branch go-team
in repository guix.

commit acdc473e0fb2a1c849328f7f69a56823cc0a0056
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sun Jul 21 11:25:14 2024 +0100

    gnu: go-github-com-burntsushi-toml: Update to 1.4.0.
    
    * gnu/packages/golang-xyz.scm (go-github-com-burntsushi-toml): Update to 
1.4.0.
    
    Change-Id: I1d8e50f09a31c9a642672b80e7430f9de2b77acc
---
 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 cf29278501..bbcc3583a5 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1050,7 +1050,7 @@ indicator to any terminal application.")
 (define-public go-github-com-burntsushi-toml
   (package
     (name "go-github-com-burntsushi-toml")
-    (version "1.2.1")
+    (version "1.4.0")
     (source
      (origin
        (method git-fetch)
@@ -1059,7 +1059,7 @@ indicator to any terminal application.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1v9czq4hsyvdz7yx70y6sgq77wmrgfmn09r9cj4w85z38jqnamv7"))))
+        (base32 "1vk0s7pcn80hkx0lcyws509gqs42c8y1rppv05zxiqj0yn2zrjnx"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/BurntSushi/toml"))

Reply via email to