guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: emacs-code-cells: Update to 0.3.


From: guix-commits
Subject: 04/07: gnu: emacs-code-cells: Update to 0.3.
Date: Sat, 19 Nov 2022 04:30:44 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b4d4e3252ebd15e90085ce022445ac4a2e3120e1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 19 10:09:57 2022 +0100

    gnu: emacs-code-cells: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-code-cells): Update to 0.3.
---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b5958e641d..5997dea6a9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33049,12 +33049,12 @@ to the @url{https://multitran.com} online 
dictionary.")
     (license license:gpl3)))
 
 (define-public emacs-code-cells
-  ;; No tagged release upstream
-  (let ((commit "8660bdeedee360e5eb632f1eb1356eb09d7dfbee")
-        (revision "0"))
+  ;; XXX: Upstream does not tag releases.  The commit below matches version
+  ;; bump.
+  (let ((commit "fd68a33eb43b3cbd44fed767f48e230382903592"))
     (package
       (name "emacs-code-cells")
-      (version (git-version "0.2" revision commit))
+      (version "0.3")
       (source
        (origin
          (method git-fetch)
@@ -33063,7 +33063,7 @@ to the @url{https://multitran.com} online dictionary.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0mvfsdlhc3znc0d2p8vm7apkbpvbs688wmwvd0sms33qly53f546"))))
+          (base32 "072d5vldjfg9mj4a86bw8xmxl3hmywsnx4f2k6nayqy4whry5fmq"))))
       (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]