mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: go-github-com-creack-pty: Update to 1.1.23.
* gnu/packages/golang.scm (go-github-com-creack-pty): Update to 1.1.23. Change-Id: Ieb0c2186008f285658e46ea9b0fb1edb62cdb6d4
This commit is contained in:
parent
5fb05d74ad
commit
2de44c4086
1 changed files with 2 additions and 2 deletions
|
@ -8283,7 +8283,7 @@ (define-public go-github-com-jaytaylor-html2text
|
||||||
(define-public go-github-com-creack-pty
|
(define-public go-github-com-creack-pty
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-creack-pty")
|
(name "go-github-com-creack-pty")
|
||||||
(version "1.1.18")
|
(version "1.1.23")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -8292,7 +8292,7 @@ (define-public go-github-com-creack-pty
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qqhcgfym0napz8damj7dhfw28g2qn2f5h3lr93i0sxawq926yzc"))))
|
"1chx7ml9wlpk8pzgnnxb97gblmxz1j1v37m5i1asb94l5c24r1fg"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/creack/pty"
|
(list #:import-path "github.com/creack/pty"
|
||||||
|
|
Loading…
Reference in a new issue