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:
Sharlatan Hellseher 2024-12-15 12:03:02 +00:00
parent d97f4c157d
commit afcf9a61c3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 26 additions and 23 deletions

View file

@ -2314,6 +2314,32 @@ objects can be cached in memory without increased latency or degraded
throughput.")
(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
(package
(name "go-github-com-coreos-go-systemd-v22")

View file

@ -5197,29 +5197,6 @@ use one of our glamorous default themes.")
"A simple, efficient spring animation library for smooth, natural motion.")
(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
(package
(name "go-github-com-emirpasic-gods")