1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: emacs-code-cells: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-code-cells): Update to 0.5.

Change-Id: Ib2be22b875109f9a6b41246d2081a79f378dc491
This commit is contained in:
Nicolas Goaziou 2024-12-24 15:26:44 +01:00
parent 566cb57656
commit afa6e92889
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -40498,10 +40498,10 @@ future.")
(define-public emacs-code-cells (define-public emacs-code-cells
;; XXX: Upstream does not tag releases. The commit below matches version ;; XXX: Upstream does not tag releases. The commit below matches version
;; bump. ;; bump.
(let ((commit "44546ca256f3da29e3ac884e3d699c8455acbd6e")) (let ((commit "caffb420be106cebbdfe4474ed0507a601603f83"))
(package (package
(name "emacs-code-cells") (name "emacs-code-cells")
(version "0.4") (version "0.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -40510,7 +40510,7 @@ future.")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1fc5l87kzmnwxmrq2v7x4jzcplq375v9j0h2yz4grzaql3jcc419")))) (base32 "0ba5125pq0im27rl964il78543n56jm88129zv05dfq6pv7fkplv"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/astoff/code-cells.el") (home-page "https://github.com/astoff/code-cells.el")
(synopsis "Emacs utilities for code split into cells, including Jupyter (synopsis "Emacs utilities for code split into cells, including Jupyter