sharlatan pushed a commit to branch master
in repository guix.

commit 553f05db0e1ffc3f4b971ab6c4439ea3a96d93fb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 3 11:23:27 2025 +0000

    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
---
 gnu/packages/golang-xyz.scm | 150 ++++++++++++++++++++++----------------------
 1 file changed, 75 insertions(+), 75 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e01623c6d5..adc4456e56 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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

Reply via email to