all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71453] [PATCH] gnu: slang: Update to 2.3.3.
@ 2024-06-09 17:12 ashish.is--- via Guix-patches via
  2024-06-15 17:02 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-06-09 17:12 UTC (permalink / raw)
  To: 71453; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/slang.scm (slang): Update to 2.3.3.

Change-Id: Ia6892360e0e35dc8ec0b77d092a265689d816edd
---
This patch updates slang to 2.3.3. In 2.3.3 slang also looks in
$TERMINFO_DIRS for terminfo files which is helpful when one is using a
fancy terminal emulator like foot, alacritty. nmtui is one of the users
of slang, and without this update it is not usable on foot terminal
emulator unless one masquerades foot as xterm with $TERM.

Thanks,
Ashish

 gnu/packages/slang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/slang.scm b/gnu/packages/slang.scm
index 885fcf8c15..8d60f931b3 100644
--- a/gnu/packages/slang.scm
+++ b/gnu/packages/slang.scm
@@ -38,14 +38,14 @@ (define-module (gnu packages slang)
 (define-public slang
   (package
     (name "slang")
-    (version "2.3.2")
+    (version "2.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.jedsoft.org/releases/slang/slang-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "06p379fqn6w38rdpqi98irxi2bf4llb0rja3dlgkqz7nqh7kp7pw"))
+                "062siwy785q699y3plnsbhy0xlaxdm485sh82b37668kmra5057r"))
               (modules '((guix build utils)))
               (snippet
                #~(begin

base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#71453] [PATCH] gnu: slang: Update to 2.3.3.
  2024-06-09 17:12 [bug#71453] [PATCH] gnu: slang: Update to 2.3.3 ashish.is--- via Guix-patches via
@ 2024-06-15 17:02 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-06-15 17:02 UTC (permalink / raw)
  To: 71453; +Cc: 71453-done, ashish.is

[-- Attachment #1: Type: text/plain, Size: 784 bytes --]

"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:

> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/slang.scm (slang): Update to 2.3.3.
>
> Change-Id: Ia6892360e0e35dc8ec0b77d092a265689d816edd
> ---
> This patch updates slang to 2.3.3. In 2.3.3 slang also looks in
> $TERMINFO_DIRS for terminfo files which is helpful when one is using a
> fancy terminal emulator like foot, alacritty. nmtui is one of the users
> of slang, and without this update it is not usable on foot terminal
> emulator unless one masquerades foot as xterm with $TERM.
>
> Thanks,
> Ashish
>
>  gnu/packages/slang.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
a58735a96b398b3058c4d4375c7e8679ec116cf7.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-15 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-09 17:12 [bug#71453] [PATCH] gnu: slang: Update to 2.3.3 ashish.is--- via Guix-patches via
2024-06-15 17:02 ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.