guix-commits
[Top][All Lists]
Advanced

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

10/16: gnu: emacs-ibrowse: Update to 0.2.3.


From: guix-commits
Subject: 10/16: gnu: emacs-ibrowse: Update to 0.2.3.
Date: Sat, 2 Sep 2023 17:49:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0b9f6a429aeb6b325cae7473b1faabf3d55b204b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 2 23:08:03 2023 +0200

    gnu: emacs-ibrowse: Update to 0.2.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-ibrowse): Update to 0.2.3.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fa818320bc..b9fb2c229b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23962,7 +23962,7 @@ within Emacs.")
 (define-public emacs-ibrowse
   (package
     (name "emacs-ibrowse")
-    (version "0.2.2")
+    (version "0.2.3")
     (source
      (origin
        (method git-fetch)
@@ -23971,7 +23971,7 @@ within Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dm46k67smg2m33c6n68blpw2mw7fx1ymq81kv54jjlpmv3xrdsf"))))
+        (base32 "0dqdldb5hmb6r99fkx1cjfr1b40nvf4i6hh44rk8y78kw9yfd4s1"))))
     (build-system emacs-build-system)
     (inputs (list emacs-websocket sqlite))
     (home-page "https://git.sr.ht/~ngraves/ibrowse.el";)



reply via email to

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