guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: emacs-crdt: Update to 0.3.2.
Date: Fri, 19 Aug 2022 06:14:43 -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 9d137c81ed gnu: emacs-crdt: Update to 0.3.2.
9d137c81ed is described below

commit 9d137c81edfde52210413e832edd34d214c96db5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 19 12:13:40 2022 +0200

    gnu: emacs-crdt: Update to 0.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.2.
---
 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 a93a5b1a3c..2ac4327cbb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19545,8 +19545,8 @@ never confused by comments or @code{foo-bar} matching 
@code{foo}.")
 (define-public emacs-crdt
   ;; XXX: Upstream does not always tag new releases.  The commit below
   ;; corresponds exactly to latest version bump.
-  (let ((commit "7d8a6b13c2127c4302196030114fd6cd95fd6f49")
-        (version "0.3.1"))
+  (let ((commit "2feb88ea9a2589946014878790af585cad9f28fc")
+        (version "0.3.2"))
     (package
       (name "emacs-crdt")
       (version version)
@@ -19558,7 +19558,7 @@ never confused by comments or @code{foo-bar} matching 
@code{foo}.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0qs1pbv7skkgz9pdfq0k7sbdran1pal5ask29xf3kxdgx5qlv3x8"))))
+          (base32 "1fc98kl5qm7h5hrd70g61zzbdinnbf0zvk9rghf6w78ndp6lv7fz"))))
       (build-system emacs-build-system)
       (home-page "https://code.librehq.com/qhong/crdt.el";)
       (synopsis "Real-time collaborative editing environment")



reply via email to

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