* [bug#51839] [PATCH] gnu: emacs-ryo-modal: Update to 0.45.
@ 2021-11-14 1:15 pinoaffe
2021-11-22 16:48 ` bug#51839: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: pinoaffe @ 2021-11-14 1:15 UTC (permalink / raw)
To: 51839
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51839: [PATCH] gnu: emacs-ryo-modal: Update to 0.45.
2021-11-14 1:15 [bug#51839] [PATCH] gnu: emacs-ryo-modal: Update to 0.45 pinoaffe
@ 2021-11-22 16:48 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2021-11-22 16:48 UTC (permalink / raw)
To: 51839-done
I pushed this as commit 3d2e41adf2.
Thank you for the patch!
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-22 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-14 1:15 [bug#51839] [PATCH] gnu: emacs-ryo-modal: Update to 0.45 pinoaffe
2021-11-22 16:48 ` bug#51839: " Ricardo Wurmus
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).