gnu: emacs-ibrowse: Update to 0.2.2.
* gnu/packages/emacs-xyz.scm (emacs-ibrowse): Update to 0.2.2. [inputs]: Add emacs-websocket. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
ad4520b926
commit
a831efb52f
1 changed files with 3 additions and 3 deletions
|
@ -23891,7 +23891,7 @@ (define-public emacs-mbsync
|
|||
(define-public emacs-ibrowse
|
||||
(package
|
||||
(name "emacs-ibrowse")
|
||||
(version "0.1.8")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23900,9 +23900,9 @@ (define-public emacs-ibrowse
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0q3imid9byaay0lqvv5n2klwk680w8x3qzdb279rdr08bb36w5ya"))))
|
||||
(base32 "1dm46k67smg2m33c6n68blpw2mw7fx1ymq81kv54jjlpmv3xrdsf"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs (list sqlite))
|
||||
(inputs (list emacs-websocket sqlite))
|
||||
(home-page "https://git.sr.ht/~ngraves/ibrowse.el")
|
||||
(synopsis "Interact with your browser from emacs")
|
||||
(description "This package provides some commands to act on the browser
|
||||
|
|
Loading…
Reference in a new issue