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:
Nicolas Goaziou 2021-11-27 09:50:16 +01:00
parent 99dfe3b2de
commit c299102a6b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")
(revision "1"))
(package (package
(name "emacs-robot-mode") (name "emacs-robot-mode")
(version (git-version "0.0.0" revision commit)) (version "0.6.1")
(source (origin (source
(origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
;; A better maintained fork of robot-mode. (url "https://github.com/kopoli/robot-mode")
(url "https://github.com/jvalkeejarvi/robot-mode") (commit version)))
(commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "127lydk66n90ih39q8gxzb44rss2xllb7bn3ygxrf5m5vvl9w5rj"))))
"1i8wf7m0gml8zvvmlgppjzv78b432686p1qdbzgclc7qfcvzag0d"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs `(("emacs-s" ,emacs-s))) (home-page "https://github.com/kopoli/robot-mode")
(home-page "https://github.com/jvalkeejarvi/robot-mode")
(synopsis "Emacs mode for Robot Framework") (synopsis "Emacs mode for Robot Framework")
(description "This major mode facilitates editing Robot Framework source (description
files with features such as syntax highlighting, comments, finding keywords, "This major mode facilitates editing Robot Framework source files with
completing keywords and smart indentation.") features such as syntax highlighting, comments, finding keywords, completing
(license license:gpl3+)))) keywords and smart indentation.")
(license license:gpl3+)))
(define-public emacs-roguel-ike (define-public emacs-roguel-ike
(package (package