guix-commits
[Top][All Lists]
Advanced

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

18/53: gnu: emacs-code-cells: Update to 0.4.


From: guix-commits
Subject: 18/53: gnu: emacs-code-cells: Update to 0.4.
Date: Mon, 1 Jan 2024 20:26:03 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f1059e2c26a128533b40f242291850a9611477dc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:40:52 2024 +0100

    gnu: emacs-code-cells: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-code-cells): Update to 0.4.
    
    Change-Id: Iac21fa3441fc85387ebc3d404205bd4f8716359f
---
 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 b94ab8cbc0..7b4998c61d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37636,10 +37636,10 @@ future.")
 (define-public emacs-code-cells
   ;; XXX: Upstream does not tag releases.  The commit below matches version
   ;; bump.
-  (let ((commit "fd68a33eb43b3cbd44fed767f48e230382903592"))
+  (let ((commit "44546ca256f3da29e3ac884e3d699c8455acbd6e"))
     (package
       (name "emacs-code-cells")
-      (version "0.3")
+      (version "0.4")
       (source
        (origin
          (method git-fetch)
@@ -37648,7 +37648,7 @@ future.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "072d5vldjfg9mj4a86bw8xmxl3hmywsnx4f2k6nayqy4whry5fmq"))))
+          (base32 "1fc5l87kzmnwxmrq2v7x4jzcplq375v9j0h2yz4grzaql3jcc419"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/astoff/code-cells.el";)
       (synopsis "Emacs utilities for code split into cells, including Jupyter



reply via email to

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