mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d07b316973
commit
6e6d5bd3ea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue