mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: emacs-sparql-mode: Update to 4.0.2.
* gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Update to 4.0.2. [propagated-inputs]: Add emacs-company. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ed9142a672
commit
19b8056c50
1 changed files with 3 additions and 2 deletions
|
@ -7367,7 +7367,7 @@ (define-public emacs-spinner
|
||||||
(define-public emacs-sparql-mode
|
(define-public emacs-sparql-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-sparql-mode")
|
(name "emacs-sparql-mode")
|
||||||
(version "2.0.1")
|
(version "4.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7376,8 +7376,9 @@ (define-public emacs-sparql-mode
|
||||||
(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 "0ywhqk6n5k0l85zjwbnrivnvxjzqipqrggv06lify6yv18qmyl6s"))))
|
(base32 "0hqp8r24wvzrkl630wbm0lynrcrnawv2yn2a3xgwqwwhwgva35rn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs `(("emacs-company" ,emacs-company)))
|
||||||
(home-page "https://github.com/ljos/sparql-mode")
|
(home-page "https://github.com/ljos/sparql-mode")
|
||||||
(synopsis "SPARQL mode for Emacs")
|
(synopsis "SPARQL mode for Emacs")
|
||||||
(description "This package provides a major mode for Emacs that provides
|
(description "This package provides a major mode for Emacs that provides
|
||||||
|
|
Loading…
Reference in a new issue