mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: go-github-com-hjson-hjson-go: Rename variable.
* gnu/packages/golang-web.scm (go-github-com-hjson-hjson-go): Rename variable to go-github-com-hjson-hjson-go-v4 to reflect go.mod import path. Apply new package style. * gnu/packages/networking.scm (yggdrasil) [propagated-inputs]: Remove go-github-com-hjson-hjson-go, add go-github-com-hjson-hjson-go-v4. * gnu/packages/uucp.scm (nncp) [propagated-inputs]: Remove go-github-com-hjson-hjson-go, add go-github-com-hjson-hjson-go-v4. Change-Id: I9e99f208feaf535d9946e11dff09a81fc4a01a7a
This commit is contained in:
parent
efdef61831
commit
734bf6bf02
3 changed files with 10 additions and 9 deletions
|
@ -1379,9 +1379,9 @@ the Go standard library, but returns a client that does not share any state
|
|||
with other clients.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public go-github-com-hjson-hjson-go
|
||||
(define-public go-github-com-hjson-hjson-go-v4
|
||||
(package
|
||||
(name "go-github-com-hjson-hjson-go")
|
||||
(name "go-github-com-hjson-hjson-go-v4")
|
||||
(version "4.4.0")
|
||||
(source
|
||||
(origin
|
||||
|
@ -1394,12 +1394,14 @@ with other clients.")
|
|||
(base32 "1d4b2hpqsnzbmfhgxq15hd19rjr5hydjmpblrh5yzfgx9z3cz2by"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/hjson/hjson-go"))
|
||||
(list
|
||||
#:import-path "github.com/hjson/hjson-go/v4"))
|
||||
(home-page "https://hjson.org/")
|
||||
(synopsis "Human JSON implementation for Go")
|
||||
(description "Hjson is a syntax extension to JSON. It is intended to be
|
||||
used like a user interface for humans, to read and edit before passing the
|
||||
JSON data to the machine.")
|
||||
(description
|
||||
"Hjson is a syntax extension to JSON. It is intended to be used like a
|
||||
user interface for humans, to read and edit before passing the JSON data to
|
||||
the machine.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-jackpal-gateway
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue