mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Add go-github-com-alecthomas-assert-v2.
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b5e008d04c
commit
fd28001a44
1 changed files with 22 additions and 0 deletions
|
@ -94,6 +94,28 @@
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public go-github-com-alecthomas-assert-v2
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-alecthomas-assert)
|
||||||
|
(name "go-github-com-alecthomas-assert-v2")
|
||||||
|
(version "2.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/alecthomas/assert")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "055w46gr47rrn5g2hh7z6hj3x2b8advbcph8gs8szrpzlympyyz0"))))
|
||||||
|
(arguments
|
||||||
|
(list #:go go-1.18
|
||||||
|
#:import-path "github.com/alecthomas/assert/v2"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-alecthomas-repr
|
||||||
|
go-github-com-hexops-gotextdiff))
|
||||||
|
(native-inputs '())))
|
||||||
|
|
||||||
(define-public go-github-com-cheekybits-is
|
(define-public go-github-com-cheekybits-is
|
||||||
(let ((commit "68e9c0620927fb5427fda3708222d0edee89eae9")
|
(let ((commit "68e9c0620927fb5427fda3708222d0edee89eae9")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue