diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-25 21:17:48 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-25 21:17:48 +0100 |
commit | efdef61831e543bb63d0fc4abbc4b93d5ac8097e (patch) | |
tree | 8243f480f8b7adb92bad89333f51f02bdbff726e /gnu | |
parent | 0b898c594c0eb8e7621e6412ddf6d93af20848e6 (diff) | |
download | guix-efdef61831e543bb63d0fc4abbc4b93d5ac8097e.tar guix-efdef61831e543bb63d0fc4abbc4b93d5ac8097e.tar.gz |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-web.scm | 4 |
1 files 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")) |