diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-17 11:20:21 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-17 11:50:57 +0200 |
commit | 9f73df807122214f3318676db24bfc898cba837e (patch) | |
tree | b707416f2e9de729d20c90369a867864de92f4de /gnu/packages | |
parent | 5bbb9af5d99314a79d7f6535d9a3176c2c10e60b (diff) | |
download | guix-9f73df807122214f3318676db24bfc898cba837e.tar.gz guix-9f73df807122214f3318676db24bfc898cba837e.zip |
gnu: emacs-crdt: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0aacd4846a..ab5cfefa84 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -19545,8 +19545,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 "77be6cded0e2d24fc9c132032ae3bf7ae8ed2cf9") - (version "0.3.0")) + (let ((commit "7d8a6b13c2127c4302196030114fd6cd95fd6f49") + (version "0.3.1")) (package (name "emacs-crdt") (version version) @@ -19558,7 +19558,7 @@ never confused by comments or @code{foo-bar} matching @code{foo}.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0irf2allz7bp696nqlgg70ma6n336bspz8794bff1s1pramrzlhz")))) + (base32 "0qs1pbv7skkgz9pdfq0k7sbdran1pal5ask29xf3kxdgx5qlv3x8")))) (build-system emacs-build-system) (home-page "https://code.librehq.com/qhong/crdt.el") (synopsis "Real-time collaborative editing environment") |