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:
Sharlatan Hellseher 2024-07-25 21:26:19 +01:00
parent efdef61831
commit 734bf6bf02
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 10 additions and 9 deletions

View file

@ -1379,9 +1379,9 @@ (define-public go-github-com-hashicorp-go-cleanhttp
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 @@ (define-public go-github-com-hjson-hjson-go
(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

View file

@ -4658,14 +4658,13 @@ (define-public yggdrasil
go-github-com-bits-and-blooms-bitset
go-github-com-bits-and-blooms-bloom
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-mitchellh-mapstructure
go-github-com-mattn-go-runewidth
go-github-com-mattn-go-isatty
go-github-com-mattn-go-colorable
go-github-com-kardianos-minwinsvc
go-github-com-hjson-hjson-go
go-github-com-hashicorp-go-syslog
go-github-com-gologme-log
go-github-com-fatih-color

View file

@ -149,7 +149,7 @@ (define-public nncp
go-github-com-dustin-go-humanize
go-github-com-flynn-noise
go-github-com-gorhill-cronexpr
go-github-com-hjson-hjson-go
go-github-com-hjson-hjson-go-v4
go-github-com-klauspost-compress
go-golang-org-x-crypto
go-golang-org-x-net