[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: libvterm: Update to 0.3.1.
From: |
guix-commits |
Subject: |
05/08: gnu: libvterm: Update to 0.3.1. |
Date: |
Thu, 19 Jan 2023 19:57:45 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 060b6ffbb4657b6a891969c63e6293ee58418a90
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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
- branch master updated (4e9cb45da0 -> da9af8c72f), guix-commits, 2023/01/19
- 03/08: gnu: diffstat: Update to 1.65., guix-commits, 2023/01/19
- 02/08: gnu: motion: Update to 4.5.1., guix-commits, 2023/01/19
- 05/08: gnu: libvterm: Update to 0.3.1.,
guix-commits <=
- 08/08: gnu: dovecot-pigeonhole: Update to 0.5.20., guix-commits, 2023/01/19
- 07/08: gnu: dovecot: Update to 2.3.20., guix-commits, 2023/01/19
- 04/08: gnu: libupnp: Update to 1.14.15., guix-commits, 2023/01/19
- 01/08: gnu: lagrange: Update to 1.14.2., guix-commits, 2023/01/19
- 06/08: gnu: man-pages: Update to 6.02., guix-commits, 2023/01/19