GNU bug report logs -
#51839
[PATCH] gnu: emacs-ryo-modal: Update to 0.45.
Previous Next
Reported by: pinoaffe <pinoaffe <at> gmail.com>
Date: Sun, 14 Nov 2021 12:45:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#51839: [PATCH] gnu: emacs-ryo-modal: Update to 0.45.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 51839 <at> debbugs.gnu.org.
--
51839: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51839
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I pushed this as commit 3d2e41adf2.
Thank you for the patch!
--
Ricardo
[Message part 3 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-ryo-modal): Update to 0.45.
---
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 df3851f65c..efed221c05 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10705,11 +10705,11 @@ (define-public emacs-rainbow-mode
(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)
@@ -10718,7 +10718,7 @@ (define-public emacs-ryo-modal
(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")
--
2.33.1
This bug report was last modified 3 years and 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.