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:
Nicolas Graves 2023-08-11 10:00:58 +02:00 committed by Andrew Tropin
parent ad4520b926
commit a831efb52f
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -23891,7 +23891,7 @@ within Emacs.")
(define-public emacs-ibrowse (define-public emacs-ibrowse
(package (package
(name "emacs-ibrowse") (name "emacs-ibrowse")
(version "0.1.8") (version "0.2.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -23900,9 +23900,9 @@ within Emacs.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0q3imid9byaay0lqvv5n2klwk680w8x3qzdb279rdr08bb36w5ya")))) (base32 "1dm46k67smg2m33c6n68blpw2mw7fx1ymq81kv54jjlpmv3xrdsf"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (list sqlite)) (inputs (list emacs-websocket sqlite))
(home-page "https://git.sr.ht/~ngraves/ibrowse.el") (home-page "https://git.sr.ht/~ngraves/ibrowse.el")
(synopsis "Interact with your browser from emacs") (synopsis "Interact with your browser from emacs")
(description "This package provides some commands to act on the browser (description "This package provides some commands to act on the browser