guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: emacs-robot-mode: Update to 0.7.0.


From: guix-commits
Subject: 04/05: gnu: emacs-robot-mode: Update to 0.7.0.
Date: Fri, 11 Nov 2022 05:51:50 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a9ba05ca31ea9b7ec446078bb6a13393171bed87
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Nov 11 11:21:03 2022 +0100

    gnu: emacs-robot-mode: Update to 0.7.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-robot-mode): Update to 0.7.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 966bd0dd4a..edbfb560e8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6211,7 +6211,7 @@ method and constant name completion.")
 (define-public emacs-robot-mode
   (package
     (name "emacs-robot-mode")
-    (version "0.6.1")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -6220,7 +6220,7 @@ method and constant name completion.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "127lydk66n90ih39q8gxzb44rss2xllb7bn3ygxrf5m5vvl9w5rj"))))
+        (base32 "10i4lwjf60ms3dj8s7k9c0vb24rhszskhciz9lijphcdh8k622hz"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/kopoli/robot-mode";)
     (synopsis "Emacs mode for Robot Framework")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]