[PATCH] gnu: emacs-vterm: Update to f41849c.

  • 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 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200809175029.23696-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to f41849c.
---
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 6bac148fce..fa6a4d1f2b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19210,8 +19210,8 @@ stored playlists.")
(define-public emacs-vterm
(let ((version "0")
- (revision "1")
- (commit "e63bd65eece7c5de3a534b7e2fdbe58256ec2da0"))
+ (revision "2")
+ (commit "f41849c2c9c1899f22d1c3d4f871ec47c82627ce"))
(package
(name "emacs-vterm")
(version (git-version version revision commit))
@@ -19223,7 +19223,7 @@ stored playlists.")
(file-name (git-file-name name version))
(sha256
(base32
- "0iq857w54qmazxh23fipz85fb9i6dav3f63g0ghpmi6mybfp6i5v"))))
+ "1b5s1101n7a2lnpkbadm1h4k6z295fpijx0rdpmd05dkhyarax6n"))))
(build-system emacs-build-system)
(arguments
`(#:modules ((guix build emacs-build-system)
--
2.28.0
Mathieu Othacehe wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42781@debbugs.gnu.org)
87zh72g73v.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to f41849c.

Pushed, thanks!

Mathieu
Michael Rohleder wrote 5 years ago
(address . 42781-done@debbugs.gnu.org)
871rkc3jod.fsf@rohleder.de
done with e79e3ffadc
--
Hit any user to continue.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8zGqMACgkQfHr/vv7y
yyWMQAgAuzdnBs7+kZgR6qPV9rM3Nq+bQHRWVylTcpnWsThZzjq17Q3hgV3atqs8
bJ1j2uPZ16NANPT3x9CIch1Dz+uekLDj2Q4gQs/8z0NmOHwTbizko/YsIoY5eiYG
wBisuT9BrrbbUOKnNjIQykRSA+40zU2YO6S21JHQomhfdWNMBC93QFOwgoixHLdO
0eYOJMK5z15Ybgurf+I807cy75ZeS1TQlDNTU25ldSXp45p/nI/rIVbCUoR7Y79l
bwdavDnaNWvupBiGYAUqx9Rqc2QJ8Tr3bRaRC7Yf7Z0B2F1ClgX46USY19675CcX
8Ddhe9OCFTlJ3mE8w+50nU+iJ48Csw==
=39U3
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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