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
This commit is contained in:
Sharlatan Hellseher 2024-12-29 22:00:38 +00:00
parent 2e8f4ed998
commit ac6c2ebccf
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 27 additions and 27 deletions

View file

@ -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")

View file

@ -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"))