1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: packages/golagn-xyz: Sort alphabetically.

* gnu/packages/golang-xyz.scm (go-github-com-go-viper-mapstructure-v2,
go-github-com-kevinmbeaulieu-eq-go-eq-go,
go-github-com-sosodev-duration): Sort variables alphabetically.

Change-Id: If0ce6733d99f497ac3100eaed4a30cd4997963f3
This commit is contained in:
Sharlatan Hellseher 2025-02-03 11:23:27 +00:00
parent 235e240914
commit 553f05db0e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5960,6 +5960,31 @@ the library more lightweight.")
(package-arguments go-github-com-go-task-slim-sprig)
((#:import-path _) "github.com/go-task/slim-sprig/v3")))))
(define-public go-github-com-go-viper-mapstructure-v2
(package
(name "go-github-com-go-viper-mapstructure-v2")
(version "2.2.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/go-viper/mapstructure")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1x13x2s0vkikmn5wcarxskhr6c90s64nkbsgjsh7g9sh4v31n5yw"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/go-viper/mapstructure/v2"))
(home-page "https://github.com/go-viper/mapstructure")
(synopsis "Go type converters")
(description
"Package mapstructure exposes functionality to convert one arbitrary Go
type into another, typically to convert a @code{map[string]interface{}} into a
native Go structure.")
(license license:expat)))
(define-public go-github-com-go-yaml-yaml
(package
(name "go-github-com-go-yaml-yaml")
@ -8953,6 +8978,31 @@ parser attempts to preserve comments in a given file, so you can manipulate a
@file{ssh_config} file from a program.")
(license license:expat)))
(define-public go-github-com-kevinmbeaulieu-eq-go
(package
(name "go-github-com-kevinmbeaulieu-eq-go")
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/kevinmbeaulieu/eq-go")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0gc2r1yrjg206swlx1vrvb92s2m1y6752yhbh869h2m47q2p4y38"))))
(build-system go-build-system)
(arguments
(list
#:skip-build? #t
#:import-path "github.com/kevinmbeaulieu/eq-go"))
(home-page "https://github.com/kevinmbeaulieu/eq-go")
(synopsis "Compare Golang source directories")
(description
"This package provides a way to check whether two Go source directories
contain equivalent code.")
(license license:asl2.0)))
(define-public go-github-com-keybase-dbus
(package
(name "go-github-com-keybase-dbus")
@ -13612,6 +13662,31 @@ Use waterutil with it to work with TUN/TAP packets/frames.")
"Quant provides an interface for image color quantizers.")
(license license:expat)))
(define-public go-github-com-sosodev-duration
(package
(name "go-github-com-sosodev-duration")
(version "1.3.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sosodev/duration")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1gbdx0gvlc2bh1q3204l8cfcfqk9qj859xxk3gnkr3f5kv914d71"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/sosodev/duration"))
(home-page "https://github.com/sosodev/duration")
(synopsis "ISO 8601 duration parsing in Golang")
(description
"This package provides a functionality for parsing
@url{https://en.wikipedia.org/wiki/ISO_8601#Durations, ISO 8601 durations} and
converting them to the @code{time.Duration} type.")
(license license:expat)))
(define-public go-github-com-spf13-afero
(package
(name "go-github-com-spf13-afero")
@ -17686,81 +17761,6 @@ editor.")
#:import-path "github.com/client9/misspell/cmd/misspell"
#:unpack-path "github.com/client9/misspell"))))
(define-public go-github-com-go-viper-mapstructure-v2
(package
(name "go-github-com-go-viper-mapstructure-v2")
(version "2.2.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/go-viper/mapstructure")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1x13x2s0vkikmn5wcarxskhr6c90s64nkbsgjsh7g9sh4v31n5yw"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/go-viper/mapstructure/v2"))
(home-page "https://github.com/go-viper/mapstructure")
(synopsis "Go type converters")
(description
"Package mapstructure exposes functionality to convert one arbitrary Go
type into another, typically to convert a @code{map[string]interface{}} into a
native Go structure.")
(license license:expat)))
(define-public go-github-com-kevinmbeaulieu-eq-go
(package
(name "go-github-com-kevinmbeaulieu-eq-go")
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/kevinmbeaulieu/eq-go")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0gc2r1yrjg206swlx1vrvb92s2m1y6752yhbh869h2m47q2p4y38"))))
(build-system go-build-system)
(arguments
(list
#:skip-build? #t
#:import-path "github.com/kevinmbeaulieu/eq-go"))
(home-page "https://github.com/kevinmbeaulieu/eq-go")
(synopsis "Compare Golang source directories")
(description
"This package provides a way to check whether two Go source directories
contain equivalent code.")
(license license:asl2.0)))
(define-public go-github-com-sosodev-duration
(package
(name "go-github-com-sosodev-duration")
(version "1.3.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sosodev/duration")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1gbdx0gvlc2bh1q3204l8cfcfqk9qj859xxk3gnkr3f5kv914d71"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/sosodev/duration"))
(home-page "https://github.com/sosodev/duration")
(synopsis "ISO 8601 duration parsing in Golang")
(description
"This package provides a functionality for parsing
@url{https://en.wikipedia.org/wiki/ISO_8601#Durations, ISO 8601 durations} and
converting them to the @code{time.Duration} type.")
(license license:expat)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar