guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: go-gopkg-in-yaml-v3: Update to 3.0.1.


From: guix-commits
Subject: 02/05: gnu: go-gopkg-in-yaml-v3: Update to 3.0.1.
Date: Wed, 15 Feb 2023 05:46:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 630b6e62d2c59ab6b869c36d47b53bf02a38a426
Author: Gleb Zakharov <snyssfx@gmail.com>
AuthorDate: Fri Dec 9 16:04:37 2022 +0100

    gnu: go-gopkg-in-yaml-v3: Update to 3.0.1.
    
    This addresses an apparent upstream hash change, which was actually our
    own fault: the Guix package underspecified the version as ‘3’ instead of
    ‘3.0.0’, hence treating the ‘v3’ *branch* as a tag.
    
    Guix's hash for ‘3’ never matched upstream's ‘3.0.0’ release, so upgrade
    straight to ‘3.0.1’.
    
    * gnu/packages/golang.scm (go-gopkg-in-yaml-v3): Update to 3.0.1.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8dfcca5ccf..18b785f61b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4695,7 +4695,7 @@ values.")
 (define-public go-gopkg-in-yaml-v3
   (package
     (name "go-gopkg-in-yaml-v3")
-    (version "3")
+    (version "3.0.1")
     (source
      (origin
        (method git-fetch)
@@ -4704,7 +4704,7 @@ values.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06f4lnrp494wqaygv09dggr2dwf3z2bawqhnlnnwiamg5y787k4g"))))
+        (base32 "01b0wjb7yzv8wzzz2iim8mjpkwjnykcanrwiq06pkl89lr6gv8hn"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "gopkg.in/yaml.v3"))



reply via email to

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