mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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
This commit is contained in:
parent
0b898c594c
commit
efdef61831
1 changed files with 2 additions and 2 deletions
|
@ -1382,7 +1382,7 @@ (define-public go-github-com-hashicorp-go-cleanhttp
|
|||
(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 @@ (define-public go-github-com-hjson-hjson-go
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue