diff options
author | Marius Bakke <[email protected]> | 2022-07-27 12:33:53 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-07-27 12:33:53 +0200 |
commit | 6611cabd1c3791c79ce2ff701eaf758ceacd9119 (patch) | |
tree | ef2a8d483dfee9d65f61b386194bba4fbc69d58a /gnu/packages/emacs-xyz.scm | |
parent | 7aad4a99f790e256ef03bcf4c6a619560ae48075 (diff) | |
parent | 25d59733a52075fe802b7928fdaa2f236814cd15 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 312cb58b28..702378c206 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -5758,7 +5758,7 @@ keywords and smart indentation.") (define-public emacs-robot-log (package (name "emacs-robot-log") - (version "0.1.3") + (version "0.1.4") (source (origin (method git-fetch) (uri (git-reference @@ -5767,7 +5767,7 @@ keywords and smart indentation.") (file-name (git-file-name name version)) (sha256 (base32 - "0pv0kljx2n2n7ql6rfw1x63mbd1k2qwbq3zkw452lb8jmnp7dr3y")))) + "1l9yxryrhvylh2x17cczd8v8978w1nv8173d4l9hv0cr26kp5b68")))) (build-system emacs-build-system) (native-inputs (list python-robotframework)) (arguments (list #:tests? #t)) |