mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: go-github-com-emirpasic-gods: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-emirpasic-gods): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I49097629697760c68a25eb6179114b43e92538a3
This commit is contained in:
parent
5037e70ba2
commit
c972e07971
2 changed files with 25 additions and 24 deletions
|
@ -3395,6 +3395,31 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc6350, RFC 6350}.")
|
||||||
@url{https://tools.ietf.org/html/rfc6352, RFC 6352} specifications.")
|
@url{https://tools.ietf.org/html/rfc6352, RFC 6352} specifications.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-emirpasic-gods
|
||||||
|
(package
|
||||||
|
(name "go-github-com-emirpasic-gods")
|
||||||
|
(version "1.18.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/emirpasic/gods")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0vnnmv813m8yhykwlxpizpvpimsirbaiwa3ckxfyx3ybv1swlq44"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:skip-build? #t
|
||||||
|
#:import-path "github.com/emirpasic/gods"))
|
||||||
|
(home-page "https://github.com/emirpasic/gods/")
|
||||||
|
(synopsis "Implementation of various data structures and algorithms in Go")
|
||||||
|
(description
|
||||||
|
"This package provides implementation of various data structures and
|
||||||
|
algorithms in Go.")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public go-github-com-erikgeiser-coninput
|
(define-public go-github-com-erikgeiser-coninput
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-erikgeiser-coninput")
|
(name "go-github-com-erikgeiser-coninput")
|
||||||
|
|
|
@ -4871,30 +4871,6 @@ use one of our glamorous default themes.")
|
||||||
"A simple, efficient spring animation library for smooth, natural motion.")
|
"A simple, efficient spring animation library for smooth, natural motion.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-emirpasic-gods
|
|
||||||
(package
|
|
||||||
(name "go-github-com-emirpasic-gods")
|
|
||||||
(version "1.18.1")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/emirpasic/gods")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0vnnmv813m8yhykwlxpizpvpimsirbaiwa3ckxfyx3ybv1swlq44"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:skip-build? #t
|
|
||||||
#:import-path "github.com/emirpasic/gods"))
|
|
||||||
(home-page "https://github.com/emirpasic/gods/")
|
|
||||||
(synopsis "Implementation of various data structures and algorithms in Go")
|
|
||||||
(description "This package provides implementation of various data
|
|
||||||
structures and algorithms in Go.")
|
|
||||||
(license license:bsd-2)))
|
|
||||||
|
|
||||||
(define-public go-gopkg-in-warnings
|
(define-public go-gopkg-in-warnings
|
||||||
(package
|
(package
|
||||||
(name "go-gopkg-in-warnings")
|
(name "go-gopkg-in-warnings")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue