gnu: go-github-com-pkg-diff: Update to 0.0.0-20210226163009-20ebb0f2a09e.
* gnu/packages/golang.scm (go-github-com-pkg-diff): Update to 0.0.0-20210226163009-20ebb0f2a09e. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
edace44c4a
commit
1c55f1258e
1 changed files with 20 additions and 24 deletions
|
@ -8779,30 +8779,26 @@ temporal directories.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-pkg-diff
|
(define-public go-github-com-pkg-diff
|
||||||
(let ((commit "531926345625d489a6b56f860a569e68245ace36")
|
(package
|
||||||
(revision "1"))
|
(name "go-github-com-pkg-diff")
|
||||||
(package
|
(version "0.0.0-20210226163009-20ebb0f2a09e")
|
||||||
(name "go-github-com-pkg-diff")
|
(source (origin
|
||||||
(version (git-version "0.0.1" revision commit))
|
(method git-fetch)
|
||||||
(source (origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/pkg/diff")
|
||||||
(uri (git-reference
|
(commit "20ebb0f2a09e612109b224b32f79370409108bcc")))
|
||||||
(url "https://github.com/pkg/diff")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"1g3dzgwhz4fx3ddpsv7fsa4r1v5clsp2lbw2qrkdk9y1vc5gi8yi"))))
|
||||||
(base32
|
(build-system go-build-system)
|
||||||
"1770m7qhww6lm0wj1v3mhv6hwa2v92p4w2fqxj1xyrg5dd58d944"))))
|
(arguments
|
||||||
(build-system go-build-system)
|
`(#:import-path "github.com/pkg/diff"))
|
||||||
(arguments
|
(home-page "https://github.com/pkg/diff/")
|
||||||
`(#:import-path "github.com/pkg/diff"))
|
(synopsis "Create and print diffs")
|
||||||
(native-inputs
|
(description
|
||||||
(list go-github-com-sergi-go-diff))
|
"This package provides a Go library to create and print diffs.")
|
||||||
(home-page "https://github.com/pkg/diff/")
|
(license license:bsd-3)))
|
||||||
(synopsis "Create and print diffs")
|
|
||||||
(description
|
|
||||||
"This package provides a Go library to create and print diffs.")
|
|
||||||
(license license:bsd-3))))
|
|
||||||
|
|
||||||
(define-public go-github-com-twpayne-go-shell
|
(define-public go-github-com-twpayne-go-shell
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue