summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-08 21:36:08 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:47 +0000
commit68e8cfc0812caffffad3843633e9f14ad9fc6f8e (patch)
treef166760189d0e66663393a8721a1427b6391de9b /gnu
parent35e0667e09eb6f437e2231049025415989c15cbe (diff)
gnu: go-github-com-twpayne-go-shell: Update to 0.5.0.
* gnu/packages/golang.scm (go-github-com-twpayne-go-shell): Update to 0.5.0. [native-inputs]: Add go-github-com-alecthomas-assert-v2. Change-Id: I686aaf9ce82471b044d89dcec6cc8839dc957a7f
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 44739598e55..5dc6542e330 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2912,7 +2912,7 @@ temporal directories.")
(define-public go-github-com-twpayne-go-shell
(package
(name "go-github-com-twpayne-go-shell")
- (version "0.3.0")
+ (version "0.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2921,10 +2921,12 @@ temporal directories.")
(file-name (git-file-name name version))
(sha256
(base32
- "1hv0ggy3935iddjnmpp9vl0kqjknxpnbmm9w7xr3gds7fpbxz6yp"))))
+ "0rnwdlhiakcigmz55fhn0wib6vi064cqxfq512mi880j9yqx4114"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/twpayne/go-shell"))
+ (native-inputs
+ (list go-github-com-alecthomas-assert-v2))
(home-page "https://github.com/twpayne/go-shell/")
(synopsis "Shell across multiple platforms")
(description