GNU bug report logs -
#68247
[PATCH 0/3] gnu: yggdrasil: Fix build.
Previous Next
Full log
Message #11 received at 68247 <at> debbugs.gnu.org (full text, mbox):
This package was updated in ada2152893eda2301890e6a438c3e9fb4e0f190d and
moved with lower version which broke yggdrasil.
Author: Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
AuthorDate: Wed Nov 1 00:15:16 2023 +0300
Commit: Christopher Baines <mail <at> cbaines.net>
CommitDate: Fri Nov 3 10:14:06 2023 +0000
gnu: go-github-com-hjson-hjson-go: Update to 4.3.1.
* gnu/packages/golang.scm (go-github-com-hjson-hjson-go): Update to 4.3.1.
Change-Id: Iee2aef614686cbf79f388e2dd9435745d5502e2a
---
gnu/packages/golang-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 7759916c35..3e60bfaf33 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2023 Hilton Chain <hako <at> ultrarare.space>
;;; Copyright © 2023 Katherine Cox-Buday <cox.katherine.e <at> gmail.com>
;;; Copyright © 2023 Nicolas Graves <ngraves <at> ngraves.fr>
+;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -870,7 +871,7 @@ (define-public go-github-com-gorilla-websocket
(define-public go-github-com-hjson-hjson-go
(package
(name "go-github-com-hjson-hjson-go")
- (version "3.1.0")
+ (version "4.3.1")
(source
(origin
(method git-fetch)
@@ -879,7 +880,7 @@ (define-public go-github-com-hjson-hjson-go
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dfdiahimg6z9idg8jiqxwnlwjnmasbjccx8gnag49cz4yfqskaz"))))
+ (base32 "138vmbnrwzxf64cia27k407clrydvs2jx927dlv6ziydiqyvy7m3"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/hjson/hjson-go"))
--
2.41.0
This bug report was last modified 1 year and 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.