guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-rudel: Update to 0.3.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-rudel: Update to 0.3.2.
Date: Wed, 30 Sep 2020 15:30:38 -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 7607ace  gnu: emacs-rudel: Update to 0.3.2.
7607ace is described below

commit 7607ace5091aea0157ba5c8a508129cc5fc4f931
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Sep 30 21:27:50 2020 +0200

    gnu: emacs-rudel: Update to 0.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-rudel): Update to 0.3.2.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13471f7..2b3247f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6829,15 +6829,14 @@ line program.")
 (define-public emacs-rudel
   (package
     (name "emacs-rudel")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/rudel-";
                            version ".tar"))
        (sha256
-        (base32
-         "0glqa68g509p0s2vcc0i8kzlddnc9brd9jqhnm5rzxz4i050cvnz"))))
+        (base32 "03hcvpp6ykavidwn5x48gs986w1i5icvh7ks6p74pdaagpgw4jmk"))))
     (build-system emacs-build-system)
     (home-page "http://rudel.sourceforge.net/";)
     (synopsis "Collaborative editing framework")



reply via email to

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