gnu: emacs-crdt: Update to 0.3.4.

* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.4.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
jgart 2022-11-14 22:04:08 -06:00 committed by Nicolas Goaziou
parent 22960a79a6
commit 57f7d38fed
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20734,8 +20734,8 @@ (define-public emacs-elisp-refs
(define-public emacs-crdt
;; XXX: Upstream does not always tag new releases. The commit below
;; corresponds exactly to latest version bump.
(let ((commit "480f60fdda9e40848920fa460b59dfba23fa06e5")
(version "0.3.3"))
(let ((commit "92a7c93a3b4cb4b40f133acd22c89a5fda5cdd30")
(version "0.3.4"))
(package
(name "emacs-crdt")
(version version)
@ -20747,7 +20747,7 @@ (define-public emacs-crdt
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "10hb2xwv8ylkm4cla2q5l11r1m1s1j4ywiwvy9x5884gxvbpbbph"))))
(base32 "1vh4d15g62crm4vimc7lgr11ws68g25ylipnvqlrrkvl6qrz3fhj"))))
(build-system emacs-build-system)
(home-page "https://code.librehq.com/qhong/crdt.el")
(synopsis "Real-time collaborative editing environment")