[PATCH] gnu: libvterm: Update to 0.1.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • 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)
20200824160959.10361-1-mike@rohleder.de
* gnu/packages/terminals.scm (libvterm): Update to 0.1.4.
---
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 4d6c22d7ce..57c84d7718 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.3")
+ (version "0.1.4")
(source
(origin
(method url-fetch)
@@ -476,7 +476,7 @@ should be thread-safe.")
"libvterm-" version ".tar.gz"))
(sha256
(base32
- "0awfszvhc3cjsrqyx66fdmrc09k0wbm5mz78jpqf0n26d93285z4"))))
+ "1pfkhbbihd2kvaza707vl2nvk7bxaawmb37wf9v6d72mjng38w5w"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
--
2.28.0
Leo Famulari wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43024@debbugs.gnu.org)
20200824175848.GA3036@jasmine.lan
On Mon, Aug 24, 2020 at 06:09:59PM +0200, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/terminals.scm (libvterm): Update to 0.1.4.

Thanks! Pushed as fd69aa524f0f45c9d8fa722363aa815e6c7b9056
Michael Rohleder wrote 5 years ago
(address . 43024-done@debbugs.gnu.org)
87k0xnok17.fsf@rohleder.de
Leo Famulari <leo@famulari.name> writes:
Toggle quote (6 lines)
> On Mon, Aug 24, 2020 at 06:09:59PM +0200, Michael Rohleder wrote:
>> * gnu/packages/terminals.scm (libvterm): Update to 0.1.4.
>
> Thanks! Pushed as fd69aa524f0f45c9d8fa722363aa815e6c7b9056
>

+done ;)

--
"World domination. Fast." Linus Torvalds
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl9EJZUACgkQfHr/vv7y
yyVwmgf/STAlXGFbgdtX+iFQfZ1kTFcw22Ku4h3KtbMT34J479Ol80VT25pBvS/8
UE9WZoZW5WNo0m5zwnqi/onBJPjJC27rxJeFsqyrZqvxrus7i9bypnFoSp5sxFmM
8S1zKi2AznAfvEQMYlZLe/CAeQUm90j6h/HpwlVrebI5VctOqgi7jGnPdNtkU+Wm
CyGDQtxw6YA0kOkW/SPwXI2u1LZ+vC1dJxw9cF8DcXxcRzHco6txirtkMyMQ+h0h
fUs/EtmDYbX5o1Hx+KOKEmE6CosawOvMW/xMeszl6ZN8lX3ca3tcYnUGU1lPxaS9
C3xFE+iT4Siz0I7RPLMzmDDFHDlsog==
=9+W6
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 43024
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