guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ryo-modal: Update to 0.45.


From: guix-commits
Subject: branch master updated: gnu: emacs-ryo-modal: Update to 0.45.
Date: Mon, 22 Nov 2021 11:45:58 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3d2e41a  gnu: emacs-ryo-modal: Update to 0.45.
3d2e41a is described below

commit 3d2e41adf2d907311035d60557168696aaeeb381
Author: pinoaffe <pinoaffe@gmail.com>
AuthorDate: Sun Nov 14 02:15:48 2021 +0100

    gnu: emacs-ryo-modal: Update to 0.45.
    
    * gnu/packages/emacs-xyz.scm (emacs-ryo-modal): Update to 0.45.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 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 3572200..4a26ce1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10727,11 +10727,11 @@ names, e.g., @samp{#0000ff} is displayed in white 
with a blue background.")
 (define-public emacs-ryo-modal
   ;; Package has no release.  Version is extracted from "Version:" keyword in
   ;; main file.
-  (let ((commit "3a54312eea7023a86ca3f8eb3c03c872554bff2f")
+  (let ((commit "a10f564474cc8fa28a74b04e3b15375315223c44")
         (revision "0"))
     (package
       (name "emacs-ryo-modal")
-      (version (git-version "0.4" revision commit))
+      (version (git-version "0.45" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -10740,7 +10740,7 @@ names, e.g., @samp{#0000ff} is displayed in white with 
a blue background.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1cyvp3bi6yhckbdnq98xvghmhdzghya5y9wd7hxjawibs75rza95"))))
+          (base32 "0ypm1rnyry6hb4znb8sgwfi0la6q46ihm8k99kisk0mkgz7im93d"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/Kungsgeten/ryo-modal";)
       (synopsis "Emacs minor mode for defining modal editing environments")



reply via email to

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