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

* gnu/packages/emacs-xyz.scm (emacs-code-cells): Update to 0.3.
This commit is contained in:
Nicolas Goaziou 2022-11-19 10:09:57 +01:00
parent e081c49c00
commit b4d4e3252e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33049,12 +33049,12 @@ (define-public emacs-blacken
(license license:gpl3))) (license license:gpl3)))
(define-public emacs-code-cells (define-public emacs-code-cells
;; No tagged release upstream ;; XXX: Upstream does not tag releases. The commit below matches version
(let ((commit "8660bdeedee360e5eb632f1eb1356eb09d7dfbee") ;; bump.
(revision "0")) (let ((commit "fd68a33eb43b3cbd44fed767f48e230382903592"))
(package (package
(name "emacs-code-cells") (name "emacs-code-cells")
(version (git-version "0.2" revision commit)) (version "0.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -33063,7 +33063,7 @@ (define-public emacs-code-cells
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0mvfsdlhc3znc0d2p8vm7apkbpvbs688wmwvd0sms33qly53f546")))) (base32 "072d5vldjfg9mj4a86bw8xmxl3hmywsnx4f2k6nayqy4whry5fmq"))))
(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