diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-11-21 23:02:50 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-11-21 23:07:16 +0100 |
commit | 0a84c0e8eac7d649ad00339964e2eaf4f4732d52 (patch) | |
tree | 2eb997b13c3739a33e2ec67dab8b54a6589ed035 /gnu | |
parent | 3ba966c56c23b4079fd42a1c771a743c59077c06 (diff) | |
download | guix-0a84c0e8eac7d649ad00339964e2eaf4f4732d52.tar.gz guix-0a84c0e8eac7d649ad00339964e2eaf4f4732d52.zip |
gnu: emacs-crdt: Update to 0.3.5.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.5.
Diffstat (limited to 'gnu')
-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 1ca507e430..bcaa313932 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20819,8 +20819,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 "92a7c93a3b4cb4b40f133acd22c89a5fda5cdd30") - (version "0.3.4")) + (let ((commit "e6d42f42c5dedb73560048f4bf6263c63ffa21bb") + (version "0.3.5")) (package (name "emacs-crdt") (version version) @@ -20832,7 +20832,7 @@ never confused by comments or @code{foo-bar} matching @code{foo}.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1vh4d15g62crm4vimc7lgr11ws68g25ylipnvqlrrkvl6qrz3fhj")))) + (base32 "16dpg0d8p4fqjl2nir290iim9bb7f87rwnxs16lx67dasvbfawph")))) (build-system emacs-build-system) (home-page "https://code.librehq.com/qhong/crdt.el") (synopsis "Real-time collaborative editing environment") |