mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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:
parent
566cb57656
commit
afa6e92889
1 changed files with 3 additions and 3 deletions
|
@ -40498,10 +40498,10 @@ (define-public emacs-blacken
|
|||
(define-public emacs-code-cells
|
||||
;; XXX: Upstream does not tag releases. The commit below matches version
|
||||
;; bump.
|
||||
(let ((commit "44546ca256f3da29e3ac884e3d699c8455acbd6e"))
|
||||
(let ((commit "caffb420be106cebbdfe4474ed0507a601603f83"))
|
||||
(package
|
||||
(name "emacs-code-cells")
|
||||
(version "0.4")
|
||||
(version "0.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -40510,7 +40510,7 @@ (define-public emacs-code-cells
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1fc5l87kzmnwxmrq2v7x4jzcplq375v9j0h2yz4grzaql3jcc419"))))
|
||||
(base32 "0ba5125pq0im27rl964il78543n56jm88129zv05dfq6pv7fkplv"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/astoff/code-cells.el")
|
||||
(synopsis "Emacs utilities for code split into cells, including Jupyter
|
||||
|
|
Loading…
Reference in a new issue