mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-crdt: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.1.
This commit is contained in:
parent
5bbb9af5d9
commit
9f73df8071
1 changed files with 3 additions and 3 deletions
|
@ -19545,8 +19545,8 @@ never 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 latest version bump.
|
;; corresponds exactly to latest version bump.
|
||||||
(let ((commit "77be6cded0e2d24fc9c132032ae3bf7ae8ed2cf9")
|
(let ((commit "7d8a6b13c2127c4302196030114fd6cd95fd6f49")
|
||||||
(version "0.3.0"))
|
(version "0.3.1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-crdt")
|
(name "emacs-crdt")
|
||||||
(version version)
|
(version version)
|
||||||
|
@ -19558,7 +19558,7 @@ never 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 "0irf2allz7bp696nqlgg70ma6n336bspz8794bff1s1pramrzlhz"))))
|
(base32 "0qs1pbv7skkgz9pdfq0k7sbdran1pal5ask29xf3kxdgx5qlv3x8"))))
|
||||||
(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
Add a link
Reference in a new issue