mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-stretchr-objx: Update to 0.5.2.
* gnu/packages/golang.scm (go-github-com-stretchr-objx): Update to 0.5.2. [source]: Remove snippet as "vendor" directory is not provided. [inputs]: Remove go-github-com-stretchr-testify-bootstrap. [propagated-inputs]: Remove go-github-com-davecgh-go-spew and go-github-com-pmezard-go-difflib. [native-inputs]: Add go-github-com-davecgh-go-spew, go-github-com-pmezard-go-difflib, and go-github-com-stretchr-testify-bootstrap. Change-Id: I058fa393952dc73d73ac7ab48af4d29665828495
This commit is contained in:
parent
dd43b08fa8
commit
7fe99a5faf
1 changed files with 7 additions and 10 deletions
|
@ -3196,7 +3196,7 @@ editor.")
|
||||||
(define-public go-github-com-stretchr-objx
|
(define-public go-github-com-stretchr-objx
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-stretchr-objx")
|
(name "go-github-com-stretchr-objx")
|
||||||
(version "0.4.0")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3206,11 +3206,7 @@ editor.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dygds32qxx6x1x2mmn7msyjr15qi5r70pyzv8dz8cprxq32nzc1"))
|
"1jcxpfgfpk82lryjkhbd5dy7xzx08d7b9dvbx4bpkmjvn6p339jl"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
(delete-file-recursively "vendor")))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3223,11 +3219,12 @@ editor.")
|
||||||
;; The tests fail when run with gccgo.
|
;; The tests fail when run with gccgo.
|
||||||
(false-if-exception (search-input-file inputs "/bin/gccgo"))
|
(false-if-exception (search-input-file inputs "/bin/gccgo"))
|
||||||
(apply (assoc-ref %standard-phases 'check) args)))))))
|
(apply (assoc-ref %standard-phases 'check) args)))))))
|
||||||
(propagated-inputs
|
(native-inputs
|
||||||
|
;; go-spew and go-difflib are to cover testify-bootstrap and not required
|
||||||
|
;; for odjx itself.
|
||||||
(list go-github-com-davecgh-go-spew
|
(list go-github-com-davecgh-go-spew
|
||||||
go-github-com-pmezard-go-difflib))
|
go-github-com-pmezard-go-difflib
|
||||||
(inputs
|
go-github-com-stretchr-testify-bootstrap))
|
||||||
(list go-github-com-stretchr-testify-bootstrap))
|
|
||||||
(home-page "https://github.com/stretchr/objx")
|
(home-page "https://github.com/stretchr/objx")
|
||||||
(synopsis "Go package for dealing with maps, slices, JSON and other data")
|
(synopsis "Go package for dealing with maps, slices, JSON and other data")
|
||||||
(description "This package provides a Go library for dealing with maps,
|
(description "This package provides a Go library for dealing with maps,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue