gnu: emacs-vterm: Update to f41849c.
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to f41849c. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
32ae5c6209
commit
e79e3ffadc
1 changed files with 3 additions and 3 deletions
|
@ -19210,8 +19210,8 @@ stored playlists.")
|
||||||
|
|
||||||
(define-public emacs-vterm
|
(define-public emacs-vterm
|
||||||
(let ((version "0")
|
(let ((version "0")
|
||||||
(revision "1")
|
(revision "2")
|
||||||
(commit "e63bd65eece7c5de3a534b7e2fdbe58256ec2da0"))
|
(commit "f41849c2c9c1899f22d1c3d4f871ec47c82627ce"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-vterm")
|
(name "emacs-vterm")
|
||||||
(version (git-version version revision commit))
|
(version (git-version version revision commit))
|
||||||
|
@ -19223,7 +19223,7 @@ stored playlists.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iq857w54qmazxh23fipz85fb9i6dav3f63g0ghpmi6mybfp6i5v"))))
|
"1b5s1101n7a2lnpkbadm1h4k6z295fpijx0rdpmd05dkhyarax6n"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build emacs-build-system)
|
`(#:modules ((guix build emacs-build-system)
|
||||||
|
|
Reference in a new issue