gnu: emacs-org2web: Update to 0.9.2.

* gnu/packages/emacs-xyz.scm (emacs-org2web): Update to 0.9.2.

Change-Id: I960041fdbdeb6e2f0ee90766b1ba9cb11c2eef56
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:31:59 +01:00
parent d07b316973
commit 6e6d5bd3ea
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21104,7 +21104,7 @@ and lambdas.")
(define-public emacs-org2web (define-public emacs-org2web
(package (package
(name "emacs-org2web") (name "emacs-org2web")
(version "0.9.1") (version "0.9.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -21113,7 +21113,7 @@ and lambdas.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7")))) (base32 "103fzmadgd93x1y0c6xsdjx70z0jkwpvj0xnkybdancxz4ba8p9l"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list