gnu: emacs-crdt: Update to 0.3.1.

* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.1.
This commit is contained in:
Nicolas Goaziou 2022-08-17 11:20:21 +02:00
parent 5bbb9af5d9
commit 9f73df8071
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19545,8 +19545,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 "77be6cded0e2d24fc9c132032ae3bf7ae8ed2cf9")
(version "0.3.0"))
(let ((commit "7d8a6b13c2127c4302196030114fd6cd95fd6f49")
(version "0.3.1"))
(package
(name "emacs-crdt")
(version version)
@ -19558,7 +19558,7 @@ (define-public emacs-crdt
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0irf2allz7bp696nqlgg70ma6n336bspz8794bff1s1pramrzlhz"))))
(base32 "0qs1pbv7skkgz9pdfq0k7sbdran1pal5ask29xf3kxdgx5qlv3x8"))))
(build-system emacs-build-system)
(home-page "https://code.librehq.com/qhong/crdt.el")
(synopsis "Real-time collaborative editing environment")