sharlatan pushed a commit to branch go-team in repository guix. commit ae233568a9e378c5a254d0175411653f3733ce17 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Fri Feb 21 22:56:12 2025 +0000
gnu: go-github-com-mufti1-interconv: Move to golang-xzy. * gnu/packages/golang.scm (go-github-com-mufti1-interconv): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib56be0346c4f218228f5ad68ca02ed82bfac5820 --- gnu/packages/golang-xyz.scm | 46 +++++++++++++++++++++++++++++++++++++++++++++ gnu/packages/golang.scm | 46 --------------------------------------------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index afa5aadd2e..72cb0bb1f9 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -12104,6 +12104,52 @@ output, without you having to deal with all kinds of weird ANSI escape sequences and color conversions.") (license license:expat))) +(define-public go-github-com-mufti1-interconv + (let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c") + (revision "0")) + (package + (name "go-github-com-mufti1-interconv") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/mufti1/interconv") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "13f5pvr74afa28pbpmgvjzjx68vv5zmrwlvxp7hr5bl5625zlxmy")))) + (build-system go-build-system) + (arguments + (list + #:skip-build? #t + #:import-path "github.com/mufti1/interconv")) + (home-page "https://github.com/mufti1/interconv") + (synopsis "Data type converter") + (description + "InterConv converts interfaces into any data type. + +Data type that can be converted: +@itemize +@item Int +@item Int8 +@item Int32 +@item Int16 +@item Int64 +@item Float32 +@item Float64 +@item Boolean +@item String +@item Uint +@item Uint8 +@item Uint16 +@item Uint32 +@item Uint64 +@item Uintptr +@end itemize") + (license license:expat)))) + (define-public go-github-com-multiformats-go-base32 (package (name "go-github-com-multiformats-go-base32") diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d149ebb0d2..37454f4279 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1208,52 +1208,6 @@ form that bypasses network filtering, allowing the application to work on networks where it would otherwise be blocked or heavily throttled.") (license license:expat))) -(define-public go-github-com-mufti1-interconv - (let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c") - (revision "0")) - (package - (name "go-github-com-mufti1-interconv") - (version (git-version "0.0.0" revision commit)) - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/mufti1/interconv") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13f5pvr74afa28pbpmgvjzjx68vv5zmrwlvxp7hr5bl5625zlxmy")))) - (build-system go-build-system) - (arguments - (list - #:skip-build? #t - #:import-path "github.com/mufti1/interconv")) - (home-page "https://github.com/mufti1/interconv") - (synopsis "Data type converter") - (description - "InterConv converts interfaces into any data type. - -Data type that can be converted: -@itemize -@item Int -@item Int8 -@item Int32 -@item Int16 -@item Int64 -@item Float32 -@item Float64 -@item Boolean -@item String -@item Uint -@item Uint8 -@item Uint16 -@item Uint32 -@item Uint64 -@item Uintptr -@end itemize") - (license license:expat)))) - (define-public go-github-com-operatorfoundation-monolith-go (package (name "go-github-com-operatorfoundation-monolith-go")