mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-multi-term: Update to 1.5.0.017c77c.
* gnu/packages/emacs-xyz.scm (emacs-multi-term): Update to 1.5.0.017c77c.
This commit is contained in:
parent
a531168f5d
commit
8312d6f0bc
1 changed files with 15 additions and 12 deletions
|
@ -20809,21 +20809,24 @@ acting like notes that are made @emph{in} the document.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-multi-term
|
(define-public emacs-multi-term
|
||||||
(let ((commit "0804b11e52b960c80f5cd0712ee1e53ae70d83a4"))
|
;; No upstream release. Extract version from main file.
|
||||||
|
(let ((commit "017c77c550115936860e2ea71b88e585371475d5")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-multi-term")
|
(name "emacs-multi-term")
|
||||||
(version "1.2")
|
(version (git-version "1.5" revision commit))
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/manateelazycat/multi-term.git")
|
(uri (git-reference
|
||||||
(commit commit)))
|
(url "https://github.com/manateelazycat/multi-term.git")
|
||||||
(file-name (git-file-name name version))
|
(commit commit)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"0apvidmvb7rv05qjnjhax42ma8wrimik5vxx620dlbv17svz7iyf"))))
|
(base32 "043dqd8i8h6hbcg11rzprxin2yq5lb902zlrb7mxah44vyp8wrdi"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs `(("zsh" ,zsh)))
|
(inputs
|
||||||
|
`(("zsh" ,zsh)))
|
||||||
(home-page "https://github.com/manateelazycat/multi-term")
|
(home-page "https://github.com/manateelazycat/multi-term")
|
||||||
(synopsis "Manage multiple terminal buffers in Emacs")
|
(synopsis "Manage multiple terminal buffers in Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue