mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add go-github-com-xaionaro-go-bytesextra.
* gnu/packages/golang-xyz.scm (go-github-com-xaionaro-go-bytesextra): New variable. Change-Id: Ic14dcee9fd2bca052e120abf9acf86b80c910005
This commit is contained in:
parent
cfd8425b85
commit
f4043c08fd
1 changed files with 25 additions and 0 deletions
|
@ -15357,6 +15357,31 @@ edges and self-loops are not permitted.
|
|||
(including private/unexported) of a structure.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public go-github-com-xaionaro-go-bytesextra
|
||||
(package
|
||||
(name "go-github-com-xaionaro-go-bytesextra")
|
||||
(version "0.0.0-20220103144954-846e454ddea9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/xaionaro-go/bytesextra")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1zggis1mdrfnashngg5hc6a6r6glcxzgj87ali7qdi02bnrl8s9i"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/xaionaro-go/bytesextra"))
|
||||
(native-inputs (list go-github-com-stretchr-testify))
|
||||
(home-page "https://github.com/xaionaro-go/bytesextra")
|
||||
(synopsis "Golang library for bytes I/O")
|
||||
(description
|
||||
"This packae provides @code{io.ReadWriteSeeker} implementation for
|
||||
@code{[]byte}.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public go-github-com-xdg-go-stringprep
|
||||
(package
|
||||
(name "go-github-com-xdg-go-stringprep")
|
||||
|
|
Loading…
Add table
Reference in a new issue