diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-04 08:13:27 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-04 08:13:27 +0200 |
commit | 793b525b0f089eadf357f559d5266212953903de (patch) | |
tree | 4235245f98b250cdf94ce2dadabb382ccd47d0d7 | |
parent | 526d1d78bb936233e2b525355b4a20b44c6d2531 (diff) | |
download | guix-793b525b0f089eadf357f559d5266212953903de.tar.gz guix-793b525b0f089eadf357f559d5266212953903de.zip |
gnu: emacs-crdt: Update to 0.1.4.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.1.4.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7f51e81b13..e57262bd2e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -18078,7 +18078,7 @@ confused by comments or @code{foo-bar} matching @code{foo}.") (define-public emacs-crdt (package (name "emacs-crdt") - (version "0.1.3") + (version "0.1.4") (source (origin (method git-fetch) @@ -18087,7 +18087,7 @@ confused by comments or @code{foo-bar} matching @code{foo}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "18aa2pybgfamll0jb4l18nggr6whzqd8mmd3kh8if4d685pc50p5")))) + (base32 "0455n75nan7abwnp7zfvrdbqmvlvfp0sf1ififr57h3sqsx3llhk")))) (build-system emacs-build-system) (home-page "https://code.librehq.com/qhong/crdt.el") (synopsis "Real-time collaborative editing environment") |