summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-10 20:32:51 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:53 +0000
commitf796362003f6d1a257fea0a676b9a13a18c7262a (patch)
treebb06dcfe920d971dc69479984a0d7d32408885b9
parent8ccbb7952acb4bb9c27bd08f6db5bb0f6a891815 (diff)
gnu: go-github-com-kardianos-osext: Update to 0.0.0-20190222173326-2bc1f35cddc0.
* gnu/packages/golang.scm (go-github-com-kardianos-osext): Update to 0.0.0-20190222173326-2bc1f35cddc0. Change-Id: I555303312ef8b11f792bbc7bd13a73e24fefea27
-rw-r--r--gnu/packages/golang.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 549e1211f5..2dd17e1c11 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1983,20 +1983,18 @@ containers.")
(license license:asl2.0))))
(define-public go-github-com-kardianos-osext
- (let ((commit "ae77be60afb1dcacde03767a8c37337fad28ac14")
- (revision "1"))
(package
(name "go-github-com-kardianos-osext")
- (version (git-version "0.0.0" revision commit))
+ (version "0.0.0-20190222173326-2bc1f35cddc0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/kardianos/osext")
- (commit commit)))
+ (commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
- "056dkgxrqjj5r18bnc3knlpgdz5p3yvp12y4y978hnsfhwaqvbjz"))))
+ "1pvrbrvmrf4mx0fxbfaphbzgqgwn8v6lkfk2vyrs0znxrs1xyc5r"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/kardianos/osext"
@@ -2008,7 +2006,7 @@ containers.")
file that is running. This can be used for upgrading the current executable or
finding resources located relative to the executable file.")
(home-page "https://github.com/kardianos/osext")
- (license license:bsd-3))))
+ (license license:bsd-3)))
(define-public go-github-com-aarzilli-golua
(let ((commit "03fc4642d792b1f2bc5e7343b403cf490f8c501d")