sharlatan pushed a commit to branch go-team
in repository guix.
commit 2ef4e8bc1889a6667f5f6c1c5a540410d4a37fcd
Author: Sharlatan Hellseher <[email protected]>
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 4d888376ac..2304823c07 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -12072,6 +12072,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")