mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-coreos-go-semver: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-coreos-go-semver): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib207e077c56a87d6729003b6b81da12a9ecd5f5a
This commit is contained in:
parent
d97f4c157d
commit
afcf9a61c3
2 changed files with 26 additions and 23 deletions
|
@ -2314,6 +2314,32 @@ objects can be cached in memory without increased latency or degraded
|
||||||
throughput.")
|
throughput.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-coreos-go-semver
|
||||||
|
(package
|
||||||
|
(name "go-github-com-coreos-go-semver")
|
||||||
|
(version "0.3.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/coreos/go-semver")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0vs04yykv1bwgvbyvi1m7ps83w06wzplw4giw8jac2iidx0x74v5"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/coreos/go-semver"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-gopkg-in-yaml-v3))
|
||||||
|
(home-page "https://github.com/coreos/go-semver/")
|
||||||
|
(synopsis "Semantic versioning library")
|
||||||
|
(description
|
||||||
|
"@code{go-semver} is a semantic versioning library for Go. It lets you
|
||||||
|
parse and compare two semantic version strings.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-coreos-go-systemd-v22
|
(define-public go-github-com-coreos-go-systemd-v22
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-coreos-go-systemd-v22")
|
(name "go-github-com-coreos-go-systemd-v22")
|
||||||
|
|
|
@ -5197,29 +5197,6 @@ use one of our glamorous default themes.")
|
||||||
"A simple, efficient spring animation library for smooth, natural motion.")
|
"A simple, efficient spring animation library for smooth, natural motion.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-coreos-go-semver
|
|
||||||
(package
|
|
||||||
(name "go-github-com-coreos-go-semver")
|
|
||||||
(version "0.3.1")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/coreos/go-semver")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0vs04yykv1bwgvbyvi1m7ps83w06wzplw4giw8jac2iidx0x74v5"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/coreos/go-semver"))
|
|
||||||
(propagated-inputs (list go-gopkg-in-yaml-v3))
|
|
||||||
(home-page "https://github.com/coreos/go-semver/")
|
|
||||||
(synopsis "Semantic versioning library")
|
|
||||||
(description "@code{go-semver} is a semantic versioning library for Go.
|
|
||||||
It lets you parse and compare two semantic version strings.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-emirpasic-gods
|
(define-public go-github-com-emirpasic-gods
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emirpasic-gods")
|
(name "go-github-com-emirpasic-gods")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue