[PATCH] gnu: emacs-vterm: Update to 0-3.14e4afd.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200918023649.27608-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-3.14e4afd.
---
The "memleak-fix" from yesterday looks important.

gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae95b15c12..74a6bb16fe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19522,8 +19522,8 @@ stored playlists.")
(define-public emacs-vterm
(let ((version "0")
- (revision "2")
- (commit "f41849c2c9c1899f22d1c3d4f871ec47c82627ce"))
+ (revision "3")
+ (commit "14e4afdfc160b2e625c3e483d169786ac00cb4fe"))
(package
(name "emacs-vterm")
(version (git-version version revision commit))
@@ -19535,7 +19535,7 @@ stored playlists.")
(file-name (git-file-name name version))
(sha256
(base32
- "1b5s1101n7a2lnpkbadm1h4k6z295fpijx0rdpmd05dkhyarax6n"))))
+ "0wl613rxw493i3397n34qwqnd5fkyqrnn1fx3y2040xhvjl9rx70"))))
(build-system emacs-build-system)
(arguments
`(#:modules ((guix build emacs-build-system)
--
2.28.0
Mathieu Othacehe wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43484-done@debbugs.gnu.org)
87a6xn1ly1.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-3.14e4afd.

Applied, thanks!

Mathieu
--
Closed
?
Your comment

This issue is archived.

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

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