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:
Sharlatan Hellseher 2024-08-14 18:14:36 +01:00
parent 5fb05d74ad
commit 2de44c4086
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8283,7 +8283,7 @@ (define-public go-github-com-jaytaylor-html2text
(define-public go-github-com-creack-pty
(package
(name "go-github-com-creack-pty")
(version "1.1.18")
(version "1.1.23")
(source (origin
(method git-fetch)
(uri (git-reference
@ -8292,7 +8292,7 @@ (define-public go-github-com-creack-pty
(file-name (git-file-name name version))
(sha256
(base32
"1qqhcgfym0napz8damj7dhfw28g2qn2f5h3lr93i0sxawq926yzc"))))
"1chx7ml9wlpk8pzgnnxb97gblmxz1j1v37m5i1asb94l5c24r1fg"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/creack/pty"