me
/
guix
Archived
1
0
Fork 0

gnu: emacs-crdt: Update to 0.3.3.

* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.3.
master
Nicolas Goaziou 2022-08-28 22:46:12 +02:00
parent f592decd4d
commit b9322d7819
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -19836,8 +19836,8 @@ never confused by comments or @code{foo-bar} matching @code{foo}.")
(define-public emacs-crdt
;; XXX: Upstream does not always tag new releases. The commit below
;; corresponds exactly to latest version bump.
(let ((commit "2feb88ea9a2589946014878790af585cad9f28fc")
(version "0.3.2"))
(let ((commit "480f60fdda9e40848920fa460b59dfba23fa06e5")
(version "0.3.3"))
(package
(name "emacs-crdt")
(version version)
@ -19849,7 +19849,7 @@ never confused by comments or @code{foo-bar} matching @code{foo}.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1fc98kl5qm7h5hrd70g61zzbdinnbf0zvk9rghf6w78ndp6lv7fz"))))
(base32 "10hb2xwv8ylkm4cla2q5l11r1m1s1j4ywiwvy9x5884gxvbpbbph"))))
(build-system emacs-build-system)
(home-page "https://code.librehq.com/qhong/crdt.el")
(synopsis "Real-time collaborative editing environment")