Archived
1
0
Fork 0

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:
Katherine Cox-Buday 2023-01-17 18:44:53 -07:00 committed by Christopher Baines
parent edace44c4a
commit 1c55f1258e
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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")
(revision "1"))
(package (package
(name "go-github-com-pkg-diff") (name "go-github-com-pkg-diff")
(version (git-version "0.0.1" revision commit)) (version "0.0.0-20210226163009-20ebb0f2a09e")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/pkg/diff") (url "https://github.com/pkg/diff")
(commit commit))) (commit "20ebb0f2a09e612109b224b32f79370409108bcc")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1770m7qhww6lm0wj1v3mhv6hwa2v92p4w2fqxj1xyrg5dd58d944")))) "1g3dzgwhz4fx3ddpsv7fsa4r1v5clsp2lbw2qrkdk9y1vc5gi8yi"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/pkg/diff")) `(#:import-path "github.com/pkg/diff"))
(native-inputs
(list go-github-com-sergi-go-diff))
(home-page "https://github.com/pkg/diff/") (home-page "https://github.com/pkg/diff/")
(synopsis "Create and print diffs") (synopsis "Create and print diffs")
(description (description
"This package provides a Go library to create and print diffs.") "This package provides a Go library to create and print diffs.")
(license license:bsd-3)))) (license license:bsd-3)))
(define-public go-github-com-twpayne-go-shell (define-public go-github-com-twpayne-go-shell
(package (package