diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-15 13:35:26 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:00 +0000 |
commit | 1d90683d5b0509df1a1063bf2625abb0cf327f7a (patch) | |
tree | 3170cd3a2d8697655a8c8b32f908eca6a0c8c7fa | |
parent | 438925126b3143463e5bf4262c9a6f80e6ba07e6 (diff) |
gnu: go-github-com-creack-pty: Update to 1.1.24.
* gnu/packages/golang-xyz.scm (go-github-com-creack-pty): Update to 1.1.24.
Change-Id: Ibde9155be0ba4132993a4c71cb3b3fb93f695d6f
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index a08ac1233e..50e6fe47c2 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2423,7 +2423,7 @@ submodules: (define-public go-github-com-creack-pty (package (name "go-github-com-creack-pty") - (version "1.1.23") + (version "1.1.24") (source (origin (method git-fetch) @@ -2432,7 +2432,7 @@ submodules: (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1chx7ml9wlpk8pzgnnxb97gblmxz1j1v37m5i1asb94l5c24r1fg")))) + (base32 "0yy4zhfb7vrrbwd13rcw0zzcq0ami3zv3hp0x7g7il6mrbadcf25")))) (build-system go-build-system) (arguments (list |