mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-crdt: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.0.
This commit is contained in:
parent
059b6b3aba
commit
4ea381aa40
1 changed files with 4 additions and 4 deletions
|
@ -19454,9 +19454,9 @@ (define-public emacs-elisp-refs
|
|||
|
||||
(define-public emacs-crdt
|
||||
;; XXX: Upstream does not always tag new releases. The commit below
|
||||
;; corresponds exactly to 0.2.7 bump.
|
||||
(let ((commit "b8a02a5c1f759003343c10f8cedef4daae95f9fe")
|
||||
(version "0.2.7"))
|
||||
;; corresponds exactly to latest version bump.
|
||||
(let ((commit "77be6cded0e2d24fc9c132032ae3bf7ae8ed2cf9")
|
||||
(version "0.3.0"))
|
||||
(package
|
||||
(name "emacs-crdt")
|
||||
(version version)
|
||||
|
@ -19468,7 +19468,7 @@ (define-public emacs-crdt
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0av65dnfzc0qapl5cvm6ha3vax4c19y6rxbn2qy1ir87q6lpk2xc"))))
|
||||
(base32 "0irf2allz7bp696nqlgg70ma6n336bspz8794bff1s1pramrzlhz"))))
|
||||
(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