mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: emacs-vterm: Update to 0.0.2-1-c3a3a23.
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2-1-c3a3a23. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I90238380792aee1b5f13fdad8ef4164048e2bab8
This commit is contained in:
parent
adbdb6e494
commit
6d2068f173
1 changed files with 4 additions and 3 deletions
|
@ -29612,10 +29612,11 @@ (define-public emacs-eat
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-vterm
|
(define-public emacs-vterm
|
||||||
(let ((commit "e19dc2bb9859a75616bf068c341a540d0d329e4d"))
|
(let ((commit "c3a3a23a5eace137947524c93644204bf6b56cff")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-vterm")
|
(name "emacs-vterm")
|
||||||
(version "0.0.2")
|
(version (git-version "0.0.2" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -29624,7 +29625,7 @@ (define-public emacs-vterm
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iqlzpy83ra6xz406fmddfj72bmkdb5b1j59m1dbxf3wxn55320d"))))
|
"0a3akvqmwh3frgbk1rgmi4b2gwdnpa3fymg7prin3k3jgqih1piv"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build emacs-build-system)
|
`(#:modules ((guix build emacs-build-system)
|
||||||
|
|
Loading…
Reference in a new issue