mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-jacobsa-oglematchers: Fix indentation.
* gnu/packages/golang-check.scm (go-github-com-jacobsa-oglematchers): Fix indentation. Change-Id: I4e994c9e1750952b3a1cb5521410db9e173e888d
This commit is contained in:
parent
2b631daf5f
commit
da6d33d74a
1 changed files with 24 additions and 24 deletions
|
@ -706,15 +706,15 @@ used in go-github-com-jackc-pgx.")
|
|||
(package
|
||||
(name "go-github-com-jacobsa-oglematchers")
|
||||
(version "0.0.0-20150720000706-141901ea67cd")
|
||||
(source (origin
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/jacobsa/oglematchers")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09ff5x6vbhd9zl1z4yzyk573ifh16rry38q1rx986kbz4hqkmniq"))))
|
||||
(base32 "09ff5x6vbhd9zl1z4yzyk573ifh16rry38q1rx986kbz4hqkmniq"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/jacobsa/oglematchers"
|
||||
|
@ -723,9 +723,9 @@ used in go-github-com-jackc-pgx.")
|
|||
(home-page "https://github.com/jacobsa/oglematchers")
|
||||
(synopsis "Matchers for Go testing framework")
|
||||
(description
|
||||
"Package oglematchers provides a set of matchers useful in a testing or mocking
|
||||
framework. These matchers are inspired by and mostly compatible with Google
|
||||
Test for C++ and Google JS Test.")
|
||||
"Package oglematchers provides a set of matchers useful in a testing or
|
||||
mocking framework. These matchers are inspired by and mostly compatible with
|
||||
Google Test for C++ and Google JS Test.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-jacobsa-oglemock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue