mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: emacs-crdt: Update to 0.2.7.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.2.7.
This commit is contained in:
parent
91389d438b
commit
47a82799c5
1 changed files with 4 additions and 4 deletions
|
@ -18175,9 +18175,9 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
||||||
|
|
||||||
(define-public emacs-crdt
|
(define-public emacs-crdt
|
||||||
;; XXX: Upstream does not always tag new releases. The commit below
|
;; XXX: Upstream does not always tag new releases. The commit below
|
||||||
;; corresponds exactly to 0.2.6 bump.
|
;; corresponds exactly to 0.2.7 bump.
|
||||||
(let ((commit "3bd1a57999576249d726afa5f2cae1891535747c")
|
(let ((commit "b8a02a5c1f759003343c10f8cedef4daae95f9fe")
|
||||||
(version "0.2.6"))
|
(version "0.2.7"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-crdt")
|
(name "emacs-crdt")
|
||||||
(version version)
|
(version version)
|
||||||
|
@ -18189,7 +18189,7 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0v8b9ml3357ajlxgn5ys93px4axfav48qyz2ddxgrnnfq0c1h17n"))))
|
(base32 "0av65dnfzc0qapl5cvm6ha3vax4c19y6rxbn2qy1ir87q6lpk2xc"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue