unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55584] [PATCH] gnu: emacs-vterm: Update to 0.0.1-1.b447235.
@ 2022-05-22 20:28 Kyle Meyer
  2022-05-30 14:25 ` bug#55584: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2022-05-22 20:28 UTC (permalink / raw)
  To: 55584

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55584: [PATCH] gnu: emacs-vterm: Update to 0.0.1-1.b447235.
  2022-05-22 20:28 [bug#55584] [PATCH] gnu: emacs-vterm: Update to 0.0.1-1.b447235 Kyle Meyer
@ 2022-05-30 14:25 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-30 14:25 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: 55584-done

Hi,

Kyle Meyer <kyle@kyleam.com> skribis:

> * 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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-30 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-22 20:28 [bug#55584] [PATCH] gnu: emacs-vterm: Update to 0.0.1-1.b447235 Kyle Meyer
2022-05-30 14:25 ` bug#55584: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).