[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-crdt: Update to 0.1.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-crdt: Update to 0.1.4. |
Date: |
Sat, 04 Sep 2021 02:14:09 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 793b525 gnu: emacs-crdt: Update to 0.1.4.
793b525 is described below
commit 793b525b0f089eadf357f559d5266212953903de
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 4 08:13:27 2021 +0200
gnu: emacs-crdt: Update to 0.1.4.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.1.4.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7f51e81..e57262b 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-crdt: Update to 0.1.4.,
guix-commits <=