From ac6c2ebccfbef37d1a5ed24c0dc8bde27af38eec Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 29 Dec 2024 22:00:38 +0000 Subject: [PATCH] gnu: go-github-com-savsgio-gotils: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-savsgio-gotils): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I93b4017fcedad946c5b26dcafc43320bcc9ebd42 --- gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++ gnu/packages/golang.scm | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 7d5d7b19ba..04fafb1d55 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -10462,6 +10462,33 @@ (define-public go-github-com-satori-go-uuid specified in DCE 1.1).") (license license:expat))) +(define-public go-github-com-savsgio-gotils + (package + (name "go-github-com-savsgio-gotils") + (version "0.0.0-20240704082632-aef3928b8a38") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/savsgio/gotils") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0s3xsq4wy2xi17wq0kzw2zszj9vwndzvvmkx7pp7crx8k43x16ll")))) + (build-system go-build-system) + (arguments + (list + #:skip-build? #t + #:import-path "github.com/savsgio/gotils")) + (propagated-inputs + (list go-github-com-google-uuid + go-github-com-valyala-bytebufferpool)) + (home-page "https://github.com/savsgio/gotils") + (synopsis "Golang utilities") + (description + "Golang utilities to make your life easier with zero allocations.") + (license license:asl2.0))) + (define-public go-github-com-schollz-progressbar-v3 (package (name "go-github-com-schollz-progressbar-v3") diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 40c75da8a3..527e1bb033 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1419,33 +1419,6 @@ (define-public go-github-com-schachmat-ingo configuration file.") (license license:isc))) -(define-public go-github-com-savsgio-gotils - (package - (name "go-github-com-savsgio-gotils") - (version "0.0.0-20240704082632-aef3928b8a38") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/savsgio/gotils") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s3xsq4wy2xi17wq0kzw2zszj9vwndzvvmkx7pp7crx8k43x16ll")))) - (build-system go-build-system) - (arguments - (list - #:skip-build? #t - #:import-path "github.com/savsgio/gotils")) - (propagated-inputs - (list go-github-com-google-uuid - go-github-com-valyala-bytebufferpool)) - (home-page "https://github.com/savsgio/gotils") - (synopsis "Golang utilities") - (description - "Golang utilities to make your life easier with zero allocations.") - (license license:asl2.0))) - (define-public go-github-com-mufti1-interconv (let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c") (revision "0"))