guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-rec-mode: Update to 1.9.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-rec-mode: Update to 1.9.0.
Date: Mon, 11 Jul 2022 05:26:39 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3efc96f1e6 gnu: emacs-rec-mode: Update to 1.9.0.
3efc96f1e6 is described below

commit 3efc96f1e6d8e3fb911b2f97f2de1dcba3096025
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:26:19 2022 +0200

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

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 5ecc1d4aa4..32c36fe337 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1600,14 +1600,14 @@ types are supported, as is encryption.")
 (define-public emacs-rec-mode
   (package
     (name "emacs-rec-mode")
-    (version "1.8.3")
+    (version "1.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/";
                                   "rec-mode-" version ".tar"))
               (sha256
                (base32
-                "0lkmvvdj4xx3qhxqggizrcdawav0accyrza2wmhfdq88g2zh5575"))
+                "1w1q6kh567fd8xismq9i6wr1y893lypd30l452yvydi1qjiq1n6x"))
               (snippet '(begin (delete-file "rec-mode.info")))))
     (build-system emacs-build-system)
     (arguments



reply via email to

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