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.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-crdt: Update to 0.3.3.
Date: Sun, 28 Aug 2022 16:47:22 -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 b9322d7819 gnu: emacs-crdt: Update to 0.3.3.
b9322d7819 is described below

commit b9322d78194fe76ef1586e5dc6fc30d0707d7310
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Aug 28 22:46:12 2022 +0200

    gnu: emacs-crdt: Update to 0.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.3.
---
 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 c35912a26b..90ee485f1e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19836,8 +19836,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 "2feb88ea9a2589946014878790af585cad9f28fc")
-        (version "0.3.2"))
+  (let ((commit "480f60fdda9e40848920fa460b59dfba23fa06e5")
+        (version "0.3.3"))
     (package
       (name "emacs-crdt")
       (version version)
@@ -19849,7 +19849,7 @@ never confused by comments or @code{foo-bar} matching 
@code{foo}.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1fc98kl5qm7h5hrd70g61zzbdinnbf0zvk9rghf6w78ndp6lv7fz"))))
+          (base32 "10hb2xwv8ylkm4cla2q5l11r1m1s1j4ywiwvy9x5884gxvbpbbph"))))
       (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]