guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: emacs-crdt: Update to 0.3.1.


From: guix-commits
Subject: 01/03: gnu: emacs-crdt: Update to 0.3.1.
Date: Wed, 17 Aug 2022 05:51:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9f73df807122214f3318676db24bfc898cba837e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 17 11:20:21 2022 +0200

    gnu: emacs-crdt: Update to 0.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.1.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]