mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: emacs-robot-log: Update to 0.1.4.
* gnu/packages/emacs-xyz.scm (emacs-robot-log): Update to 0.1.4.
This commit is contained in:
parent
212ca81895
commit
e78bb31aa1
1 changed files with 2 additions and 2 deletions
|
@ -5758,7 +5758,7 @@ keywords and smart indentation.")
|
||||||
(define-public emacs-robot-log
|
(define-public emacs-robot-log
|
||||||
(package
|
(package
|
||||||
(name "emacs-robot-log")
|
(name "emacs-robot-log")
|
||||||
(version "0.1.3")
|
(version "0.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5767,7 +5767,7 @@ keywords and smart indentation.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pv0kljx2n2n7ql6rfw1x63mbd1k2qwbq3zkw452lb8jmnp7dr3y"))))
|
"1l9yxryrhvylh2x17cczd8v8978w1nv8173d4l9hv0cr26kp5b68"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs (list python-robotframework))
|
(native-inputs (list python-robotframework))
|
||||||
(arguments (list #:tests? #t))
|
(arguments (list #:tests? #t))
|
||||||
|
|
Loading…
Add table
Reference in a new issue