gnu: emacs-crdt: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.2.
This commit is contained in:
parent
89d427e4be
commit
9d137c81ed
1 changed files with 3 additions and 3 deletions
|
@ -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 "7d8a6b13c2127c4302196030114fd6cd95fd6f49")
|
||||
(version "0.3.1"))
|
||||
(let ((commit "2feb88ea9a2589946014878790af585cad9f28fc")
|
||||
(version "0.3.2"))
|
||||
(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 "0qs1pbv7skkgz9pdfq0k7sbdran1pal5ask29xf3kxdgx5qlv3x8"))))
|
||||
(base32 "1fc98kl5qm7h5hrd70g61zzbdinnbf0zvk9rghf6w78ndp6lv7fz"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://code.librehq.com/qhong/crdt.el")
|
||||
(synopsis "Real-time collaborative editing environment")
|
||||
|
|
Loading…
Reference in a new issue