[PATCH 0/2] Update gojq and dependency.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Nicolas Goaziou
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
cover.1688331741.git.kiasoc5@disroot.org
kiasoc5 (2):
gnu: go-github-com-itchyny-timefmt-go: Update to 0.1.5.
gnu: gojq: Update to 0.12.13.

gnu/packages/web.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


base-commit: 246445b20d6a6433ac94a7f6f7bd943bde5c4827
--
2.40.1
kiasoc5 wrote 2 years ago
[PATCH 1/2] gnu: go-github-com-itchyny-timefmt-go: Update to 0.1.5.
(address . 64427@debbugs.gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
f42d9e0cee948903d9eec486be0e892b79282e41.1688331741.git.kiasoc5@disroot.org
* gnu/packages/web.scm (go-github-com-itchyny-timefmt-go): Update to 0.1.5.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ad5ec0aba7..ec82cd047e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5067,7 +5067,7 @@ (define-public jq
(define-public go-github-com-itchyny-timefmt-go
(package
(name "go-github-com-itchyny-timefmt-go")
- (version "0.1.4")
+ (version "0.1.5")
(source
(origin
(method git-fetch)
@@ -5076,7 +5076,7 @@ (define-public go-github-com-itchyny-timefmt-go
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0z5z8hy5lbjqdxp544mf238i77n7pf7bv3psgr5gffh0630dsyag"))))
+ (base32 "0qk2fpwa5mq2nm89ffldfz7g7w220mzgjmbsdhgrp78zdw8jmy0n"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/itchyny/timefmt-go"))
--
2.40.1
kiasoc5 wrote 2 years ago
[PATCH 2/2] gnu: gojq: Update to 0.12.13.
(address . 64427@debbugs.gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
88126019f63f112c49daec607e7980338ec19385.1688331741.git.kiasoc5@disroot.org
* gnu/packages/web.scm (go-github-com-itchyny-gojq): Update to 0.12.13.
---
gnu/packages/web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ec82cd047e..9c53c065fb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5090,7 +5090,7 @@ (define-public go-github-com-itchyny-timefmt-go
(define-public go-github-com-itchyny-gojq
(package
(name "go-github-com-itchyny-gojq")
- (version "0.12.11")
+ (version "0.12.13")
(source
(origin
(method git-fetch)
@@ -5099,7 +5099,7 @@ (define-public go-github-com-itchyny-gojq
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dqmnxnipi497nx9x10ifack09w41579svryss5q2w5wxy0pg764"))))
+ (base32 "0h1x1kbdw49671bgf3liibm46hipwg9vqhl6ii898gdc438f6ndn"))))
(build-system go-build-system)
(inputs
(list go-github-com-google-go-cmp-cmp
@@ -5109,6 +5109,7 @@ (define-public go-github-com-itchyny-gojq
go-gopkg-in-yaml-v3))
(arguments
(list
+ #:go go-1.19
#:import-path "github.com/itchyny/gojq/cmd/gojq"
#:unpack-path "github.com/itchyny/gojq"))
(home-page "https://github.com/itchyny/gojq")
--
2.40.1
Nicolas Goaziou wrote 3 weeks ago
Re: [PATCH 0/2] Update gojq and dependency.
(address . 64427-done@debbugs.gnu.org)
87v7t1t1d7.fsf@nicolasgoaziou.fr
Hello,

gojq is already at a later version. Closing.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 64427@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64427
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help