gnu: go-github-com-hashicorp-go-version: Fix indentation.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-version): Fix indentation. Change-Id: Ib6f81057c9434097209875b91806703695c5089cmaster
parent
44790c7c8c
commit
adab22203e
|
@ -872,30 +872,30 @@ their component bytes.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-hashicorp-go-version
|
(define-public go-github-com-hashicorp-go-version
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-hashicorp-go-version")
|
(name "go-github-com-hashicorp-go-version")
|
||||||
(version "1.6.0")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/hashicorp/go-version")
|
(url "https://github.com/hashicorp/go-version")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fw6hwvjadpbfj10yk7f64ypw8lmv5s5ny3s4ria0nv6xam1wpai"))))
|
(base32 "0fw6hwvjadpbfj10yk7f64ypw8lmv5s5ny3s4ria0nv6xam1wpai"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/hashicorp/go-version"))
|
'(#:import-path "github.com/hashicorp/go-version"))
|
||||||
(home-page "https://github.com/hashicorp/go-version")
|
(home-page "https://github.com/hashicorp/go-version")
|
||||||
(synopsis "Go library for parsing and verifying versions and version
|
(synopsis "Go library for parsing and verifying versions and version
|
||||||
constraints")
|
constraints")
|
||||||
(description
|
(description
|
||||||
"This package is a library for parsing versions and version
|
"This package is a library for parsing versions and version
|
||||||
constraints, and verifying versions against a set of constraints. It can sort
|
constraints, and verifying versions against a set of constraints. It can sort
|
||||||
a collection of versions properly, handles prerelease/beta versions, can
|
a collection of versions properly, handles prerelease/beta versions, can
|
||||||
increment versions.")
|
increment versions.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-hhrutter-tiff
|
(define-public go-github-com-hhrutter-tiff
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue