mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-robot-mode: Update to 0.7.0.
* gnu/packages/emacs-xyz.scm (emacs-robot-mode): Update to 0.7.0.
This commit is contained in:
parent
54230ad949
commit
a9ba05ca31
1 changed files with 2 additions and 2 deletions
|
@ -6211,7 +6211,7 @@ method and constant name completion.")
|
||||||
(define-public emacs-robot-mode
|
(define-public emacs-robot-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-robot-mode")
|
(name "emacs-robot-mode")
|
||||||
(version "0.6.1")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6220,7 +6220,7 @@ method and constant name completion.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "127lydk66n90ih39q8gxzb44rss2xllb7bn3ygxrf5m5vvl9w5rj"))))
|
(base32 "10i4lwjf60ms3dj8s7k9c0vb24rhszskhciz9lijphcdh8k622hz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/kopoli/robot-mode")
|
(home-page "https://github.com/kopoli/robot-mode")
|
||||||
(synopsis "Emacs mode for Robot Framework")
|
(synopsis "Emacs mode for Robot Framework")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue