sharlatan pushed a commit to branch go-team
in repository guix.

commit 2de44c408669cf940bbe0416c81de9af998b98bd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 14 18:14:36 2024 +0100

    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
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 753fd3f56c..0c92a52d31 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8283,7 +8283,7 @@ text-only mail clients to display them.")
 (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 @@ text-only mail clients to display them.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1qqhcgfym0napz8damj7dhfw28g2qn2f5h3lr93i0sxawq926yzc"))))
+                "1chx7ml9wlpk8pzgnnxb97gblmxz1j1v37m5i1asb94l5c24r1fg"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "github.com/creack/pty"

Reply via email to