GNU bug report logs - #64916
[PATCH 00/18] gnu: Add yq.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Fri, 28 Jul 2023 09:07:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #110 received at 64916 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 64916 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH v2 16/23] gnu: go-github-com-goccy-yaml: Update to 1.11.0.
Date: Sat, 29 Jul 2023 01:20:02 +0800
* gnu/packages/golang.scm (go-github-com-goccy-yaml): Update to 1.11.0.
[arguments]<#:go>: Use go-1.18.
[native-inputs]: Add go-github-com-google-go-cmp-cmp.
Replace go-gopkg-in-go-playground-validator-v9 with
go-github-com-go-playground-validator-v10.
---
 gnu/packages/golang.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0dbd94592f..ad9f1b0ecb 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10913,7 +10913,7 @@ (define-public go-github-com-kardianos-minwinsvc
 (define-public go-github-com-goccy-yaml
   (package
     (name "go-github-com-goccy-yaml")
-    (version "1.8.0")
+    (version "1.11.0")
     (home-page "https://github.com/goccy/go-yaml")
     (source
      (origin
@@ -10923,14 +10923,16 @@ (define-public go-github-com-goccy-yaml
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nps58dwkd915mx35h5f0dc05b880b4fdl6dcjxpfmmbzyinvg38"))))
+        (base32 "0mjq856v0340qmrzasfvxbxfxzrasvn74ii0p41dpvahw6p5p8x1"))))
     (build-system go-build-system)
     (arguments
-     `(#:import-path "github.com/goccy/go-yaml"))
+     `(#:go ,go-1.18
+       #:import-path "github.com/goccy/go-yaml"))
     (propagated-inputs
      (list go-github-com-fatih-color go-golang-org-x-xerrors))
     (native-inputs
-     (list go-gopkg-in-go-playground-validator-v9))
+     (list go-github-com-go-playground-validator-v10
+           go-github-com-google-go-cmp-cmp))
     (synopsis "YAML support for the Go language")
     (description
      "This package provides features beyond the
-- 
2.41.0





This bug report was last modified 1 year and 188 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.