~ruther/guix-local

5b0b39440a8d9f4b2cdd83d16268033660b5d529 — Patrick Norton 5 months ago 98bcae4
gnu: Add go-github-com-putdotio-go-putio.

* gnu/packages/golang-web.scm (go-github-com-putdotio-go-putio): New
variable.

Change-Id: Iec314df14ce31db88c800d17ed64829719588715
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 26 insertions(+), 0 deletions(-)

M gnu/packages/golang-web.scm
M gnu/packages/golang-web.scm => gnu/packages/golang-web.scm +26 -0
@@ 11917,6 11917,32 @@ parts of the @code{net/url} package, modified so as to allow some reserved
characters incorrectly escaped by net/url.")
    (license license:bsd-3)))

(define-public go-github-com-putdotio-go-putio
  (package
    (name "go-github-com-putdotio-go-putio")
    (version "1.7.2")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
              (url "https://github.com/putdotio/go-putio")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "16gcs8cbf99yzq61xlv7aysjcyxh035ps41mvk59mpcjck0xh617"))))
    (build-system go-build-system)
    (arguments
     (list
      #:import-path "github.com/putdotio/go-putio"))
    (propagated-inputs
     (list go-golang-org-x-oauth2))
    (home-page "https://github.com/putdotio/go-putio")
    (synopsis "Put.io API client")
    (description
     "Package putio is the @url{Put.io} API v2 client for Go.  It's an alternative
fork of https://github.com/igungor/go-putio.")
    (license license:expat)))

(define-public go-github-com-quic-go-qpack
  (package
    (name "go-github-com-quic-go-qpack")