mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
35e0667e09
commit
68e8cfc081
1 changed files with 4 additions and 2 deletions
|
@ -2912,7 +2912,7 @@ temporal directories.")
|
||||||
(define-public go-github-com-twpayne-go-shell
|
(define-public go-github-com-twpayne-go-shell
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-twpayne-go-shell")
|
(name "go-github-com-twpayne-go-shell")
|
||||||
(version "0.3.0")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2921,10 +2921,12 @@ temporal directories.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hv0ggy3935iddjnmpp9vl0kqjknxpnbmm9w7xr3gds7fpbxz6yp"))))
|
"0rnwdlhiakcigmz55fhn0wib6vi064cqxfq512mi880j9yqx4114"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/twpayne/go-shell"))
|
`(#:import-path "github.com/twpayne/go-shell"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-alecthomas-assert-v2))
|
||||||
(home-page "https://github.com/twpayne/go-shell/")
|
(home-page "https://github.com/twpayne/go-shell/")
|
||||||
(synopsis "Shell across multiple platforms")
|
(synopsis "Shell across multiple platforms")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue