mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-ghq: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-ghq): Update to 0.2.0. [propagated-inputs]: Add EMACS-DASH, EMACS-S.
This commit is contained in:
parent
b9358b86b4
commit
755c8835fe
1 changed files with 3 additions and 3 deletions
|
@ -1906,7 +1906,7 @@ (define-public emacs-graphql-mode
|
||||||
(define-public emacs-ghq
|
(define-public emacs-ghq
|
||||||
(package
|
(package
|
||||||
(name "emacs-ghq")
|
(name "emacs-ghq")
|
||||||
(version "0.1.2")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1915,10 +1915,10 @@ (define-public emacs-ghq
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rh2k93c3a0vl073a3s3a3h6gkw454v1lyd7y8l3pd24vw9hc628"))))
|
(base32 "10a7rxmijwmdkfb5rgavd8inc3a45q0m57dxdf6v62bcy00kmw4l"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ghq))
|
(list emacs-dash emacs-s ghq))
|
||||||
(home-page "https://github.com/rcoedo/emacs-ghq")
|
(home-page "https://github.com/rcoedo/emacs-ghq")
|
||||||
(synopsis "Emacs interface for @code{ghq} tool")
|
(synopsis "Emacs interface for @code{ghq} tool")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue