mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-robot-mode: Update to 0.8.0.
* gnu/packages/emacs-xyz.scm (emacs-robot-mode): Update to 0.8.0. Change-Id: Ic7960db086e712a410c58a613c343dad4c7ca392
This commit is contained in:
parent
2b8317dad6
commit
be8ce8a825
1 changed files with 3 additions and 3 deletions
|
@ -7841,16 +7841,16 @@ (define-public emacs-robe
|
||||||
(define-public emacs-robot-mode
|
(define-public emacs-robot-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-robot-mode")
|
(name "emacs-robot-mode")
|
||||||
(version "0.7.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/kopoli/robot-mode")
|
(url "https://github.com/kopoli/robot-mode")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10i4lwjf60ms3dj8s7k9c0vb24rhszskhciz9lijphcdh8k622hz"))))
|
(base32 "1a377lws4f0az2y1r3z2i3mghvg7a4094wkchvjvsl1nd6yxdxwa"))))
|
||||||
(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…
Reference in a new issue