[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37444] [PATCH v3 22/23] updated go-github-com-mitchellh-go-homedir
From: |
Martin Becze |
Subject: |
[bug#37444] [PATCH v3 22/23] updated go-github-com-mitchellh-go-homedir to version 1.1.0 |
Date: |
Thu, 26 Sep 2019 11:21:17 -0400 |
---
gnu/packages/golang.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 066ea4ee6f..628b5786b8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2972,28 +2972,27 @@ 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.1.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
- "0f0z0aa4wivk4z1y503dmnw0k0g0g403dly8i4q263gfshs82sbq"))))
+ "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1"))))
(build-system go-build-system)
(arguments
(quote (#:import-path "github.com/mitchellh/go-homedir"
;; TODO: Tests fail because it tries to access home.
#:tests? #f)))
(home-page "https://github.com/mitchellh/go-homedir")
- (synopsis "Go library for detecting and expanding the user's home
directory without cgo")
+ (synopsis "Go library for detecting and expanding the user's home
+directory without cgo")
(description "This is a Go library for detecting the user's home
directory without the use of @command{cgo}, so the library can be used in
cross-compilation environments.
@@ -3008,7 +3007,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")
--
2.23.0
- [bug#37444] [PATCH v3 12/23] added go package go-github-com-go-ini-ini, (continued)
- [bug#37444] [PATCH v3 12/23] added go package go-github-com-go-ini-ini, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 14/23] added go package go-github-com-kyoh86-xdg, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 15/23] added go package go-github-com-martinlindhe-base36, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 18/23] added go package go-git-sr-ht-sircmpwn-getopt, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 19/23] added go package go-git-sr-ht-sircmpwn-pty, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 16/23] added go package go-github-com-miolini-datacounter, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 17/23] added go package go-github-com-riywo-loginshell, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 23/23] progagated inputs for gdamore-encoding, since this is a source only package and the go compiler needs its dependency when used as an input in another package, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 13/23] added go package go-github-com-google-shlex, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 20/23] added go package go-git-sr-ht-sircmpwn-tcell, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v3 22/23] updated go-github-com-mitchellh-go-homedir to version 1.1.0,
Martin Becze <=
- [bug#37444] [PATCH v3 21/23] added aerc, a simple email client, Martin Becze, 2019/09/26
- [bug#37444] [PATCH v2 1/4] Added the dependcies for aerc. NOTE i tried to place depency authors next to each other., Martin Becze, 2019/09/18