* [bug#60485] [PATCH] gnu: emacs-vterm: Update to 0.0.2.
@ 2023-01-02 6:53 Hilton Chain via Guix-patches via
2023-01-03 3:38 ` bug#60485: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-01-02 6:53 UTC (permalink / raw)
To: 60485
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2.
---
gnu/packages/emacs-xyz.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5decd51087..12ee83104b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26686,12 +26686,10 @@ (define-public emacs-eat
(license license:gpl3+)))
(define-public emacs-vterm
- (let ((version "0.0.1")
- (revision "1")
- (commit "b44723552f86407d528c4a6c8057382c061b008e"))
+ (let ((commit "e19dc2bb9859a75616bf068c341a540d0d329e4d"))
(package
(name "emacs-vterm")
- (version (git-version version revision commit))
+ (version "0.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -26700,7 +26698,7 @@ (define-public emacs-vterm
(file-name (git-file-name name version))
(sha256
(base32
- "0rq2skwylvc7s4vfpbbsdykws4akyp9sc6xgrh2ql5yydhhnv2h3"))))
+ "0iqlzpy83ra6xz406fmddfj72bmkdb5b1j59m1dbxf3wxn55320d"))))
(build-system emacs-build-system)
(arguments
`(#:modules ((guix build emacs-build-system)
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#60485: [PATCH] gnu: emacs-vterm: Update to 0.0.2.
2023-01-02 6:53 [bug#60485] [PATCH] gnu: emacs-vterm: Update to 0.0.2 Hilton Chain via Guix-patches via
@ 2023-01-03 3:38 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-03 3:38 UTC (permalink / raw)
To: Hilton Chain; +Cc: 60485-done
Hilton Chain <hako@ultrarare.space> writes:
> * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2.
Applied, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-03 4:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-02 6:53 [bug#60485] [PATCH] gnu: emacs-vterm: Update to 0.0.2 Hilton Chain via Guix-patches via
2023-01-03 3:38 ` bug#60485: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.