[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-vterm: Update to 0.0.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-vterm: Update to 0.0.2. |
Date: |
Mon, 02 Jan 2023 22:37:03 -0500 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3354ca5970 gnu: emacs-vterm: Update to 0.0.2.
3354ca5970 is described below
commit 3354ca5970f150d99871f3a391a58d5f2cca8018
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Jan 2 14:53:47 2023 +0800
gnu: emacs-vterm: Update to 0.0.2.
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 @@ integration.")
(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 @@ integration.")
(file-name (git-file-name name version))
(sha256
(base32
- "0rq2skwylvc7s4vfpbbsdykws4akyp9sc6xgrh2ql5yydhhnv2h3"))))
+ "0iqlzpy83ra6xz406fmddfj72bmkdb5b1j59m1dbxf3wxn55320d"))))
(build-system emacs-build-system)
(arguments
`(#:modules ((guix build emacs-build-system)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-vterm: Update to 0.0.2.,
guix-commits <=