mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-jbenet-go-context: Update to 0.0.0-20150711004518-d14ea06fba99.
* gnu/packages/golang.scm (go-github-com-jbenet-go-context): Update to 0.0.0-20150711004518-d14ea06fba99. Change-Id: Ifac6a73c93947a8e9ef3af620b10bb6bb50eeef1
This commit is contained in:
parent
b4e44395eb
commit
1303bf44f0
1 changed files with 3 additions and 5 deletions
|
@ -4820,16 +4820,14 @@ that might only rarely be reached.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-jbenet-go-context
|
(define-public go-github-com-jbenet-go-context
|
||||||
(let ((commit "d14ea06fba99483203c19d92cfcd13ebe73135f4")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jbenet-go-context")
|
(name "go-github-com-jbenet-go-context")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version "0.0.0-20150711004518-d14ea06fba99")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jbenet/go-context")
|
(url "https://github.com/jbenet/go-context")
|
||||||
(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
|
(base32
|
||||||
|
@ -4846,7 +4844,7 @@ that might only rarely be reached.")
|
||||||
(synopsis "@code{jbenet's} context extensions")
|
(synopsis "@code{jbenet's} context extensions")
|
||||||
(description "This package provides @code{jbenet's} context
|
(description "This package provides @code{jbenet's} context
|
||||||
extensions.")
|
extensions.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-juju-ansiterm
|
(define-public go-github-com-juju-ansiterm
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue