summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-10-01 10:26:02 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-10-01 10:26:02 +0200
commiteefbf1cf164fddea22f1cfc781bdcf4ad773259d (patch)
tree4c1c13988ee3c9670fa2ca542225899db5baaf0d /gnu
parente0018556387155a77c8ba309603ee36ccf12a273 (diff)
downloadguix-eefbf1cf164fddea22f1cfc781bdcf4ad773259d.tar.gz
gnu: emacs-crdt: Update to 0.2.6.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.2.6.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9546a3712d..8ee3158d09 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18175,9 +18175,9 @@ 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 0.2.5 bump.
-  (let ((commit "899674890b763a078ffeb0acc73c4bd5c7ad3479")
-        (version "0.2.5"))
+  ;; corresponds exactly to 0.2.6 bump.
+  (let ((commit "3bd1a57999576249d726afa5f2cae1891535747c")
+        (version "0.2.6"))
     (package
       (name "emacs-crdt")
       (version version)
@@ -18189,7 +18189,7 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "02irp9bafb1ph4wsbjqp4rh3w7zy0fkj4986d98g3jliqh5ijnvg"))))
+          (base32 "0v8b9ml3357ajlxgn5ys93px4axfav48qyz2ddxgrnnfq0c1h17n"))))
       (build-system emacs-build-system)
       (home-page "https://code.librehq.com/qhong/crdt.el")
       (synopsis "Real-time collaborative editing environment")