mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-gopkg.in-check.v1: Update to 0.0.0-1.788fd78.
* gnu/packages/check.scm (go-gopkg.in-check.v1): Update to 0.0.0-1.788fd78. [propagated-inputs]: Add go-github-com-kr-pretty.
This commit is contained in:
parent
aa413ff8f7
commit
19ef857caa
1 changed files with 5 additions and 3 deletions
|
@ -370,8 +370,8 @@ (define-public cxxtest
|
|||
(license license:lgpl3+)))
|
||||
|
||||
(define-public go-gopkg.in-check.v1
|
||||
(let ((commit "20d25e2804050c1cd24a7eea1e7a6447dd0e74ec")
|
||||
(revision "0"))
|
||||
(let ((commit "788fd78401277ebd861206a03c884797c6ec5541")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "go-gopkg.in-check.v1")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -383,10 +383,12 @@ (define-public go-gopkg.in-check.v1
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np"))))
|
||||
"0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "gopkg.in/check.v1"))
|
||||
(propagated-inputs
|
||||
`(("go-github-com-kr-pretty" ,go-github-com-kr-pretty)))
|
||||
(synopsis "Rich testing extension for Go's testing package")
|
||||
(description
|
||||
"@code{check} is a rich testing extension for Go's testing package.")
|
||||
|
|
Loading…
Reference in a new issue