mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: Add go-github-com-whyrusleeping-multiaddr-filter.
* gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-multiaddr-filter): New variable. Change-Id: I4e1319bcb6bc6e0b922e72da31697460fbab8622
This commit is contained in:
parent
9e1099af3e
commit
b4a689bcfb
1 changed files with 27 additions and 0 deletions
|
@ -2873,6 +2873,33 @@ (define-public go-github-com-whyrusleeping-json-filter
|
|||
@command{map[string]interface{}}.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-whyrusleeping-multiaddr-filter
|
||||
(package
|
||||
(name "go-github-com-whyrusleeping-multiaddr-filter")
|
||||
(version "0.0.0-20160516205228-e903e4adabd7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/whyrusleeping/multiaddr-filter")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ksd8vnp207dvphmhrazwldj8if900fnyc1pqa9pfvj04qp92640"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; (*testing.common).Fatalf format %s has arg val of wrong type bool
|
||||
#:tests? #f
|
||||
#:import-path "github.com/whyrusleeping/multiaddr-filter"))
|
||||
(home-page "https://github.com/whyrusleeping/multiaddr-filter")
|
||||
(synopsis "Parsing ip filters and masks in the multiaddr format")
|
||||
(description
|
||||
"This module creates very simple
|
||||
@url{https://github.com/jbenet/go-multiaddr,multiaddr} formatted cidr
|
||||
netmasks.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-xeipuuv-gojsonpointer
|
||||
(let ((commit "4e3ac2762d5f479393488629ee9370b50873b3a6")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Reference in a new issue