gnu: go-github-com-blang-semver: Fix indentation.
* gnu/packages/golang-xyz.scm (go-github-com-blang-semver): Fix indentation. Change-Id: I9b5e792f2ef859ad7a9d799ba1e369f96e53294b
This commit is contained in:
parent
74cab6cd03
commit
f59f85bdeb
1 changed files with 20 additions and 20 deletions
|
@ -285,26 +285,26 @@ information and periodically output metrics")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-blang-semver
|
(define-public go-github-com-blang-semver
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-blang-semver")
|
(name "go-github-com-blang-semver")
|
||||||
(version "3.8.0")
|
(version "3.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/blang/semver")
|
(url "https://github.com/blang/semver")
|
||||||
(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 "16s66zbfkn35msmxpkiwf5dv91kzw7yzxzkcv8ma44j7lbgzx5qk"))))
|
(base32 "16s66zbfkn35msmxpkiwf5dv91kzw7yzxzkcv8ma44j7lbgzx5qk"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/blang/semver"))
|
'(#:import-path "github.com/blang/semver"))
|
||||||
(home-page "https://github.com/blang/semver")
|
(home-page "https://github.com/blang/semver")
|
||||||
(synopsis "Semantic versioning library written in Go")
|
(synopsis "Semantic versioning library written in Go")
|
||||||
(description
|
(description
|
||||||
"Semver is a library for Semantic versioning written in Go.")
|
"Semver is a library for Semantic versioning written in Go.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-bmizerany-perks-quantile
|
(define-public go-github-com-bmizerany-perks-quantile
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue