guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-ibrowse: Update to 0.2.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-ibrowse: Update to 0.2.2.
Date: Fri, 11 Aug 2023 08:28:06 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a831efb52f gnu: emacs-ibrowse: Update to 0.2.2.
a831efb52f is described below

commit a831efb52f49a8424a915f30486730e0fd4ba4e2
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri Aug 11 10:00:58 2023 +0200

    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>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]