gnu: emacs-ibrowse: Update to 0.1.8.

* gnu/packages/emacs-xyz.scm (emacs-ibrowse): Update to 0.1.8.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Nicolas Graves 2023-01-31 10:47:42 +01:00 committed by Nicolas Goaziou
parent 37caa83c70
commit df6a6f8cf1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22302,28 +22302,25 @@ (define-public emacs-mbsync
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-ibrowse (define-public emacs-ibrowse
(let* ((commit "7e4a2987fc63861514b441f65db2008da5949ef2")
(revision "0"))
(package (package
(name "emacs-ibrowse") (name "emacs-ibrowse")
(version (git-version "0.0" revision commit)) (version "0.1.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.sr.ht/~ngraves/ibrowse.el") (url "https://git.sr.ht/~ngraves/ibrowse.el")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "15661xgjxdxk1p0g87dsas9jd9v7g64y6n9irlbyzww09gjsjwwd")))) (base32 "0q3imid9byaay0lqvv5n2klwk680w8x3qzdb279rdr08bb36w5ya"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (list sqlite)) (inputs (list sqlite))
(propagated-inputs (list emacs-embark emacs-marginalia))
(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
tabs, history, or bookmarks from Emacs.") tabs, history, or bookmarks from Emacs.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-ibuffer-projectile (define-public emacs-ibuffer-projectile
(package (package