gnu: emacs-crdt: Update to 0.1.3.

* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.1.3.
This commit is contained in:
Nicolas Goaziou 2021-09-01 10:33:10 +02:00
parent 1f4996ed2e
commit 5296671f8f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18075,21 +18075,18 @@ (define-public emacs-elisp-refs
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-crdt (define-public emacs-crdt
;; XXX: Upstream has no tags but the commit below corresponds to the exact
;; version of the package.
(let ((commit "8cbd0fd584257b484891a5062b64c63cf049e955"))
(package (package
(name "emacs-crdt") (name "emacs-crdt")
(version "0.1.1") (version "0.1.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://code.librehq.com/qhong/crdt.el") (url "https://code.librehq.com/qhong/crdt.el")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0h2lmyxjrzv9253m4068b4np5vkmngmvly10xrc86mi1z9w24xc5")))) (base32 "18aa2pybgfamll0jb4l18nggr6whzqd8mmd3kh8if4d685pc50p5"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://code.librehq.com/qhong/crdt.el") (home-page "https://code.librehq.com/qhong/crdt.el")
(synopsis "Real-time collaborative editing environment") (synopsis "Real-time collaborative editing environment")
@ -18099,7 +18096,7 @@ (define-public emacs-crdt
multiple buffer in one session, and see other users cursor and region. It multiple buffer in one session, and see other users cursor and region. It
also synchronizes Org mode folding status. It should work with all of Org also synchronizes Org mode folding status. It should work with all of Org
mode.") mode.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-crux (define-public emacs-crux
(package (package