nckx pushed a commit to branch master
in repository guix.

commit 060b6ffbb4657b6a891969c63e6293ee58418a90
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 15 01:00:00 2023 +0100

    gnu: libvterm: Update to 0.3.1.
    
    * gnu/packages/terminals.scm (libvterm): Update to 0.3.1.
---
 gnu/packages/terminals.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index bd293d6b20..02401b712d 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -646,15 +646,14 @@ should be thread-safe.")
 (define-public libvterm
   (package
     (name "libvterm")
-    (version "0.3")
+    (version "0.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.leonerd.org.uk/code/libvterm/";
                            "libvterm-" version ".tar.gz"))
        (sha256
-        (base32
-         "0n1k923ii618ffkbifi8a89ag8c6m9l49z8dj01dyay551k0vsv1"))))
+        (base32 "15y3y23kfpcda7n79ym3gp1abzn8mshxrad8s3gnhls82nfava15"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags

Reply via email to