mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 @@ (define-public go-github-com-bitly-timer-metrics
|
|||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-blang-semver
|
||||
(package
|
||||
(name "go-github-com-blang-semver")
|
||||
(version "3.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/blang/semver")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "16s66zbfkn35msmxpkiwf5dv91kzw7yzxzkcv8ma44j7lbgzx5qk"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/blang/semver"))
|
||||
(home-page "https://github.com/blang/semver")
|
||||
(synopsis "Semantic versioning library written in Go")
|
||||
(description
|
||||
"Semver is a library for Semantic versioning written in Go.")
|
||||
(license license:expat)))
|
||||
(package
|
||||
(name "go-github-com-blang-semver")
|
||||
(version "3.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/blang/semver")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "16s66zbfkn35msmxpkiwf5dv91kzw7yzxzkcv8ma44j7lbgzx5qk"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/blang/semver"))
|
||||
(home-page "https://github.com/blang/semver")
|
||||
(synopsis "Semantic versioning library written in Go")
|
||||
(description
|
||||
"Semver is a library for Semantic versioning written in Go.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-bmizerany-perks-quantile
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue