guix-commits
[Top][All Lists]
Advanced

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

07/18: gnu: emacs-robot-mode: Update to 0.8.0.


From: guix-commits
Subject: 07/18: gnu: emacs-robot-mode: Update to 0.8.0.
Date: Thu, 4 Jan 2024 06:11:28 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit be8ce8a82505bf7dc9db63e6191eedf5003d169a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 11:41:31 2024 +0100

    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
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 00e68edbcf..2ab766dec8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7841,16 +7841,16 @@ method and constant name completion.")
 (define-public emacs-robot-mode
   (package
     (name "emacs-robot-mode")
-    (version "0.7.0")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/kopoli/robot-mode";)
-             (commit version)))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10i4lwjf60ms3dj8s7k9c0vb24rhszskhciz9lijphcdh8k622hz"))))
+        (base32 "1a377lws4f0az2y1r3z2i3mghvg7a4094wkchvjvsl1nd6yxdxwa"))))
     (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]