guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/25: gnu: go-github-com-burntsushi-toml: Update to 1.2.1.


From: guix-commits
Subject: 21/25: gnu: go-github-com-burntsushi-toml: Update to 1.2.1.
Date: Mon, 6 Feb 2023 18:06:21 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 90a2ef549b9e6d4f8eae8f07d7c070f29f9b8bb6
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Tue Jan 17 18:45:06 2023 -0700

    gnu: go-github-com-burntsushi-toml: Update to 1.2.1.
    
    * gnu/packages/golang.scm (go-github-com-burntsushi-toml): Update to 1.2.1.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 4bf62976d4..b95f046178 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3327,23 +3327,23 @@ loading algorithms.")
 (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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]