Archived
1
0
Fork 0

gnu: emacs-ibrowse: Update to 0.2.3.

* gnu/packages/emacs-xyz.scm (emacs-ibrowse): Update to 0.2.3.
This commit is contained in:
Nicolas Goaziou 2023-09-02 23:08:03 +02:00
parent a839afbb5b
commit 0b9f6a429a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")