GNU bug report logs -
#67816
[PATCH] gnu: emacs-vterm: Update to 0.0.2-1.94e2b0b.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2-1.94e2b0b.
Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
---
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 9f219dd0dd..9cb4a02861 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29600,10 +29600,10 @@ (define-public emacs-eat
(license license:gpl3+)))
(define-public emacs-vterm
- (let ((commit "e19dc2bb9859a75616bf068c341a540d0d329e4d"))
+ (let ((commit "94e2b0b2b4a750e7907dacd5b4c0584900846dd1"))
(package
(name "emacs-vterm")
- (version "0.0.2")
+ (version (git-version "0.0.2" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -29612,7 +29612,7 @@ (define-public emacs-vterm
(file-name (git-file-name name version))
(sha256
(base32
- "0iqlzpy83ra6xz406fmddfj72bmkdb5b1j59m1dbxf3wxn55320d"))))
+ "0p55wg6j2x5p4g13v20fhwrrw9dv3n2srk34vnxx9md5vhz1pq6p"))))
(build-system emacs-build-system)
(arguments
`(#:modules ((guix build emacs-build-system)
base-commit: 17b407ccb673020bfd923e0b5814574f9567383d
--
2.41.0
This bug report was last modified 1 year and 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.