gnu: emacs-org-web-tools: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-org-web-tools): Update to 1.1.1. [propagated-inputs]: Add emacs-request.
This commit is contained in:
parent
a7da8a5ebc
commit
c3b5ac2fa0
@ -20042,7 +20042,7 @@ depending on the downloaded URL.")
|
|||||||
(define-public emacs-org-web-tools
|
(define-public emacs-org-web-tools
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-web-tools")
|
(name "emacs-org-web-tools")
|
||||||
(version "1.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -20052,11 +20052,12 @@ depending on the downloaded URL.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kak9h5ny00d39gnwspv53nadnag01brw2fq9zk5wpfc91h9bjng"))))
|
"0v4qad54r0z7dr7kg5lpfdsazi44qvrbybx9aciyl4w9grfajphb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
("emacs-esxml" ,emacs-esxml)
|
("emacs-esxml" ,emacs-esxml)
|
||||||
|
("emacs-request" ,emacs-request)
|
||||||
("emacs-s" ,emacs-s)))
|
("emacs-s" ,emacs-s)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("pandoc" ,pandoc)))
|
`(("pandoc" ,pandoc)))
|
||||||
|
Loading…
Reference in New Issue
Block a user