mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-robot-mode: Update to 0.6.1.
* gnu/packages/emacs-xyz.scm (emacs-robot-mode): Update to 0.6.1. [source]: Change URL for a maintained fork. [propagated-inputs]: Remove emacs-s. [home-page]: Update URL.
This commit is contained in:
parent
99dfe3b2de
commit
c299102a6b
1 changed files with 20 additions and 23 deletions
|
@ -5298,29 +5298,26 @@ method and constant name completion.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-robot-mode
|
(define-public emacs-robot-mode
|
||||||
(let ((commit "32846e7e80ae3471b7c07f9709dcaa4f9b9ed4a0")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-robot-mode")
|
||||||
(package
|
(version "0.6.1")
|
||||||
(name "emacs-robot-mode")
|
(source
|
||||||
(version (git-version "0.0.0" revision commit))
|
(origin
|
||||||
(source (origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/kopoli/robot-mode")
|
||||||
;; A better maintained fork of robot-mode.
|
(commit version)))
|
||||||
(url "https://github.com/jvalkeejarvi/robot-mode")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "127lydk66n90ih39q8gxzb44rss2xllb7bn3ygxrf5m5vvl9w5rj"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(home-page "https://github.com/kopoli/robot-mode")
|
||||||
"1i8wf7m0gml8zvvmlgppjzv78b432686p1qdbzgclc7qfcvzag0d"))))
|
(synopsis "Emacs mode for Robot Framework")
|
||||||
(build-system emacs-build-system)
|
(description
|
||||||
(propagated-inputs `(("emacs-s" ,emacs-s)))
|
"This major mode facilitates editing Robot Framework source files with
|
||||||
(home-page "https://github.com/jvalkeejarvi/robot-mode")
|
features such as syntax highlighting, comments, finding keywords, completing
|
||||||
(synopsis "Emacs mode for Robot Framework")
|
keywords and smart indentation.")
|
||||||
(description "This major mode facilitates editing Robot Framework source
|
(license license:gpl3+)))
|
||||||
files with features such as syntax highlighting, comments, finding keywords,
|
|
||||||
completing keywords and smart indentation.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-roguel-ike
|
(define-public emacs-roguel-ike
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue