mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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.")
|
with other clients.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-hjson-hjson-go
|
(define-public go-github-com-hjson-hjson-go-v4
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-hjson-hjson-go")
|
(name "go-github-com-hjson-hjson-go-v4")
|
||||||
(version "4.4.0")
|
(version "4.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -1394,12 +1394,14 @@ with other clients.")
|
||||||
(base32 "1d4b2hpqsnzbmfhgxq15hd19rjr5hydjmpblrh5yzfgx9z3cz2by"))))
|
(base32 "1d4b2hpqsnzbmfhgxq15hd19rjr5hydjmpblrh5yzfgx9z3cz2by"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/hjson/hjson-go"))
|
(list
|
||||||
|
#:import-path "github.com/hjson/hjson-go/v4"))
|
||||||
(home-page "https://hjson.org/")
|
(home-page "https://hjson.org/")
|
||||||
(synopsis "Human JSON implementation for Go")
|
(synopsis "Human JSON implementation for Go")
|
||||||
(description "Hjson is a syntax extension to JSON. It is intended to be
|
(description
|
||||||
used like a user interface for humans, to read and edit before passing the
|
"Hjson is a syntax extension to JSON. It is intended to be used like a
|
||||||
JSON data to the machine.")
|
user interface for humans, to read and edit before passing the JSON data to
|
||||||
|
the machine.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-jackpal-gateway
|
(define-public go-github-com-jackpal-gateway
|
||||||
|
|
|
@ -4658,14 +4658,13 @@ QUIC protocol.")
|
||||||
go-github-com-bits-and-blooms-bitset
|
go-github-com-bits-and-blooms-bitset
|
||||||
go-github-com-bits-and-blooms-bloom
|
go-github-com-bits-and-blooms-bloom
|
||||||
go-github-com-quic-go-quic-go
|
go-github-com-quic-go-quic-go
|
||||||
go-github-com-hjson-hjson-go
|
go-github-com-hjson-hjson-go-v4
|
||||||
go-github-com-olekukonko-tablewriter
|
go-github-com-olekukonko-tablewriter
|
||||||
go-github-com-mitchellh-mapstructure
|
go-github-com-mitchellh-mapstructure
|
||||||
go-github-com-mattn-go-runewidth
|
go-github-com-mattn-go-runewidth
|
||||||
go-github-com-mattn-go-isatty
|
go-github-com-mattn-go-isatty
|
||||||
go-github-com-mattn-go-colorable
|
go-github-com-mattn-go-colorable
|
||||||
go-github-com-kardianos-minwinsvc
|
go-github-com-kardianos-minwinsvc
|
||||||
go-github-com-hjson-hjson-go
|
|
||||||
go-github-com-hashicorp-go-syslog
|
go-github-com-hashicorp-go-syslog
|
||||||
go-github-com-gologme-log
|
go-github-com-gologme-log
|
||||||
go-github-com-fatih-color
|
go-github-com-fatih-color
|
||||||
|
|
|
@ -149,7 +149,7 @@ between computers.")
|
||||||
go-github-com-dustin-go-humanize
|
go-github-com-dustin-go-humanize
|
||||||
go-github-com-flynn-noise
|
go-github-com-flynn-noise
|
||||||
go-github-com-gorhill-cronexpr
|
go-github-com-gorhill-cronexpr
|
||||||
go-github-com-hjson-hjson-go
|
go-github-com-hjson-hjson-go-v4
|
||||||
go-github-com-klauspost-compress
|
go-github-com-klauspost-compress
|
||||||
go-golang-org-x-crypto
|
go-golang-org-x-crypto
|
||||||
go-golang-org-x-net
|
go-golang-org-x-net
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue