diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2023-08-11 10:00:58 +0200 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-08-11 16:22:49 +0400 |
commit | a831efb52f49a8424a915f30486730e0fd4ba4e2 (patch) | |
tree | c44890d07e1bb81aa2367ae43afaa748c604d4f4 /gnu/packages/emacs-xyz.scm | |
parent | ad4520b92662e42d7d0b1e648b2068300dbb95c8 (diff) |
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>
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 11c1a6be67..53c116c252 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -23891,7 +23891,7 @@ within Emacs.") (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 @@ within Emacs.") (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 |