mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-mitchellh-go-homedir: Update version string.
The commit was actually at the 1.0.0 tag. * gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir)[version]: Update to proper version. [source]: Update commit for git-fetch.
This commit is contained in:
parent
cbc139a791
commit
2de39dc723
1 changed files with 22 additions and 24 deletions
|
@ -2341,17 +2341,15 @@ statistics for wrapped connections.")
|
|||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-mitchellh-go-homedir
|
||||
(let ((commit "ae18d6b8b3205b561c79e8e5f69bff09736185f4")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-mitchellh-go-homedir")
|
||||
(version (git-version "1.0.0" revision commit))
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mitchellh/go-homedir.git")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -2377,7 +2375,7 @@ package cannot cross compile. But 99% of the time the use for
|
|||
@command{os/user} is just to retrieve the home directory, which we can do for
|
||||
the current user without cgo. This library does that, enabling
|
||||
cross-compilation.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-multiformats-go-multiaddr
|
||||
(let ((commit "fe1c46f8be5af4aff4db286e08839295bd922efb")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue