mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-gregjones-httpcache: Update to 0.0.0-20190611155906-901d90724c79.
* gnu/packages/golang-web.scm (go-github-com-gregjones-httpcache): Update to 0.0.0-20190611155906-901d90724c79. [propagated-inputs]: Add go-github-com-peterbourgon-diskv, go-github-com-syndtr-goleveldb, go-github-com-bradfitz-gomemcache, and go-github-com-gomodule-redigo. Change-Id: Iddf2a0f13a3f880d0a3c4456ff87cf3c883b5328
This commit is contained in:
parent
c79fb232a9
commit
298c3355a0
1 changed files with 8 additions and 5 deletions
|
@ -3531,23 +3531,26 @@ protocol.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public go-github-com-gregjones-httpcache
|
(define-public go-github-com-gregjones-httpcache
|
||||||
(let ((commit "901d90724c7919163f472a9812253fb26761123d")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-gregjones-httpcache")
|
(name "go-github-com-gregjones-httpcache")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.0.0-20190611155906-901d90724c79")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/gregjones/httpcache")
|
(url "https://github.com/gregjones/httpcache")
|
||||||
(commit commit)))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05r0xq51vfb55di11m7iv19341d73f7in33vq1ihcqs1nffdwiq0"))))
|
(base32 "05r0xq51vfb55di11m7iv19341d73f7in33vq1ihcqs1nffdwiq0"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/gregjones/httpcache"))
|
'(#:import-path "github.com/gregjones/httpcache"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-peterbourgon-diskv
|
||||||
|
go-github-com-syndtr-goleveldb
|
||||||
|
go-github-com-bradfitz-gomemcache
|
||||||
|
go-github-com-gomodule-redigo))
|
||||||
(home-page "https://github.com/gregjones/httpcache")
|
(home-page "https://github.com/gregjones/httpcache")
|
||||||
(synopsis "Transport for @code{http.Client} that will cache responses")
|
(synopsis "Transport for @code{http.Client} that will cache responses")
|
||||||
(description
|
(description
|
||||||
|
@ -3556,7 +3559,7 @@ implementation that works as a mostly @url{https://tools.ietf.org/html/rfc7234,
|
||||||
compliant cache for HTTP responses. It is only suitable for use as a
|
compliant cache for HTTP responses. It is only suitable for use as a
|
||||||
\"private\" cache (i.e. for a web-browser or an API-client and not for a
|
\"private\" cache (i.e. for a web-browser or an API-client and not for a
|
||||||
shared proxy).")
|
shared proxy).")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-hashicorp-go-cleanhttp
|
(define-public go-github-com-hashicorp-go-cleanhttp
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue