all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59274] [PATCH] gnu: emacs-crdt: Update to 0.3.4.
@ 2022-11-15  4:04 jgart via Guix-patches via
  2022-11-17 11:50 ` bug#59274: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-15  4:04 UTC (permalink / raw)
  To: 59274; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.4.
---
 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 dd90fa5132..1e3f5643e8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20734,8 +20734,8 @@ (define-public emacs-elisp-refs
 (define-public emacs-crdt
   ;; XXX: Upstream does not always tag new releases.  The commit below
   ;; corresponds exactly to latest version bump.
-  (let ((commit "480f60fdda9e40848920fa460b59dfba23fa06e5")
-        (version "0.3.3"))
+  (let ((commit "92a7c93a3b4cb4b40f133acd22c89a5fda5cdd30")
+        (version "0.3.4"))
     (package
       (name "emacs-crdt")
       (version version)
@@ -20747,7 +20747,7 @@ (define-public emacs-crdt
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "10hb2xwv8ylkm4cla2q5l11r1m1s1j4ywiwvy9x5884gxvbpbbph"))))
+          (base32 "1vh4d15g62crm4vimc7lgr11ws68g25ylipnvqlrrkvl6qrz3fhj"))))
       (build-system emacs-build-system)
       (home-page "https://code.librehq.com/qhong/crdt.el")
       (synopsis "Real-time collaborative editing environment")
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59274: [PATCH] gnu: emacs-crdt: Update to 0.3.4.
  2022-11-15  4:04 [bug#59274] [PATCH] gnu: emacs-crdt: Update to 0.3.4 jgart via Guix-patches via
@ 2022-11-17 11:50 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-11-17 11:50 UTC (permalink / raw)
  To: jgart via Guix-patches via; +Cc: jgart, 59274-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.4.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-17 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15  4:04 [bug#59274] [PATCH] gnu: emacs-crdt: Update to 0.3.4 jgart via Guix-patches via
2022-11-17 11:50 ` bug#59274: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.