[PATCH] gnu: emacs-vterm: Update to 0.0.1-1.b447235.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kyle Meyer
  • Ludovic Courtès
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 3 years ago
(address . guix-patches@gnu.org)
20220522202833.310581-1-kyle@kyleam.com
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.1-1.b447235.
---

Commit a670b78 is from December 2020. There still haven't been any tagged
releases, but there have been 79 commits since then.

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

Toggle diff (28 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae81f4e395..7fd52dd525 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24170,8 +24170,8 @@ (define-public emacs-mpdel
(define-public emacs-vterm
(let ((version "0.0.1")
- (revision "0")
- (commit "a670b786539d3c8865d8f68fe0c67a2d4afbf1aa"))
+ (revision "1")
+ (commit "b44723552f86407d528c4a6c8057382c061b008e"))
(package
(name "emacs-vterm")
(version (git-version version revision commit))
@@ -24183,7 +24183,7 @@ (define-public emacs-vterm
(file-name (git-file-name name version))
(sha256
(base32
- "0s244crjkbzl2jhp9m4sm1xdhbpxwph0m3jg18livirgajvdz6hn"))))
+ "0rq2skwylvc7s4vfpbbsdykws4akyp9sc6xgrh2ql5yydhhnv2h3"))))
(build-system emacs-build-system)
(arguments
`(#:modules ((guix build emacs-build-system)

base-commit: 81f7bb1691dc9dc69fc6e584ad8c6e36e495c103
--
2.36.1
Ludovic Courtès wrote 3 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 55584-done@debbugs.gnu.org)
87k0a33xo8.fsf@gnu.org
Hi,

Kyle Meyer <kyle@kyleam.com> skribis:

Toggle quote (6 lines)
> * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.1-1.b447235.
> ---
>
> Commit a670b78 is from December 2020. There still haven't been any tagged
> releases, but there have been 79 commits since then.

Makes sense. Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

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