From efdef61831e543bb63d0fc4abbc4b93d5ac8097e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 25 Jul 2024 21:17:48 +0100 Subject: gnu: go-github-com-hjson-hjson-go: Update to 4.4.0. * gnu/packages/golang-web.scm (go-github-com-hjson-hjson-go): Update to 4.4.0. Change-Id: Ie2e9abd927681c399a16300a2a4fba9d04b1192f --- gnu/packages/golang-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index b12018bd34..629af677d9 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -1382,7 +1382,7 @@ with other clients.") (define-public go-github-com-hjson-hjson-go (package (name "go-github-com-hjson-hjson-go") - (version "4.3.1") + (version "4.4.0") (source (origin (method git-fetch) @@ -1391,7 +1391,7 @@ with other clients.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "138vmbnrwzxf64cia27k407clrydvs2jx927dlv6ziydiqyvy7m3")))) + (base32 "1d4b2hpqsnzbmfhgxq15hd19rjr5hydjmpblrh5yzfgx9z3cz2by")))) (build-system go-build-system) (arguments '(#:import-path "github.com/hjson/hjson-go")) -- cgit v1.2.3