[PATCH] gnu: libvterm: Update to 0.1.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200809175623.28696-1-mike@rohleder.de
* gnu/packages/terminals.scm (libvterm): Update to 0.1.3.
---
gnu/packages/terminals.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index a78e288ed6..55a1e675ab 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -468,7 +468,7 @@ should be thread-safe.")
(define-public libvterm
(package
(name "libvterm")
- (version "0.1.1")
+ (version "0.1.3")
(source
(origin
(method url-fetch)
@@ -476,7 +476,7 @@ should be thread-safe.")
"libvterm-" version ".tar.gz"))
(sha256
(base32
- "1n5maylann2anfifjy576vzyar9q5m1kzpyiz2hca2pacxy8xf4v"))))
+ "0awfszvhc3cjsrqyx66fdmrc09k0wbm5mz78jpqf0n26d93285z4"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
--
2.28.0
Tobias Geerinckx-Rice wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42782-done@debbugs.gnu.org)
871rkfd2pd.fsf@nckx
Michael Rohleder 写道:
Toggle quote (2 lines)
> * gnu/packages/terminals.scm (libvterm): Update to 0.1.3.

Pushed as d8787cb5696989168d03e9402a32a08ad60a4818.

Thanks,

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXzBSDgAKCRANsP+IT1Vt
eZ1DAP9e/uThd3qcFv9IQzugIdsBeY6fHG/FTN19Eo3dgctEowEA/lZY7M6Ekfnh
ils/yAkjl0XTK+N1g+FcTzFSVqYU9w8=
=Atny
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42782@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42782
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help