mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: go-github.com-smartystreets-assertions: Update to 1.13.0.
* gnu/packages/check.scm (go-github.com-smartystreets-assertions): Update to 1.13.0.
This commit is contained in:
parent
04f813ec63
commit
4892c1af84
1 changed files with 3 additions and 4 deletions
|
@ -665,16 +665,15 @@ (define-public go-github.com-smartystreets-gunit
|
||||||
(define-public go-github.com-smartystreets-assertions
|
(define-public go-github.com-smartystreets-assertions
|
||||||
(package
|
(package
|
||||||
(name "go-github.com-smartystreets-assertions")
|
(name "go-github.com-smartystreets-assertions")
|
||||||
(version "1.8.1")
|
(version "1.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/smartystreets/assertions")
|
(url "https://github.com/smartystreets/assertions")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0flf3fb6fsw3bk1viva0fzrzw87djaj1mqvrx2gzg1ssn7xzfrzr"))))
|
||||||
"1j0adgbykl55rf2945g0n5bmqdsnjcqlx5dcmpfh4chki43hiwg9"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/smartystreets/assertions"))
|
'(#:import-path "github.com/smartystreets/assertions"))
|
||||||
|
|
Loading…
Reference in a new issue