mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-crdt: Update to 0.1.4.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.1.4.
This commit is contained in:
parent
526d1d78bb
commit
793b525b0f
1 changed files with 2 additions and 2 deletions
|
@ -18078,7 +18078,7 @@ (define-public emacs-elisp-refs
|
|||
(define-public emacs-crdt
|
||||
(package
|
||||
(name "emacs-crdt")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -18087,7 +18087,7 @@ (define-public emacs-crdt
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18aa2pybgfamll0jb4l18nggr6whzqd8mmd3kh8if4d685pc50p5"))))
|
||||
(base32 "0455n75nan7abwnp7zfvrdbqmvlvfp0sf1ififr57h3sqsx3llhk"))))
|
||||
(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