mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: go-github-com-rubyist-tracerx: Update to 0.0.0-20170927163412-787959303086.
* gnu/packages/golang.scm (go-github-com-rubyist-tracerx): Update to 0.0.0-20170927163412-787959303086. Change-Id: Ia038f1150447970281d7cdf601a304c87a071c93
This commit is contained in:
parent
4715ef6686
commit
a85d3bf633
1 changed files with 3 additions and 5 deletions
|
@ -2255,16 +2255,14 @@ (define-public go-github-com-go-md2man
|
|||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-rubyist-tracerx
|
||||
(let ((commit "787959303086f44a8c361240dfac53d3e9d53ed2")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-rubyist-tracerx")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(version "0.0.0-20170927163412-787959303086")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rubyist/tracerx")
|
||||
(commit commit)))
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -2277,7 +2275,7 @@ (define-public go-github-com-rubyist-tracerx
|
|||
(description "This package is a simple tracing application that logs
|
||||
messages depending on environment variables. It is very much inspired by git's
|
||||
GIT_TRACE mechanism.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-shurcool-sanitized-anchor-name
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue