mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
37caa83c70
commit
df6a6f8cf1
1 changed files with 18 additions and 21 deletions
|
@ -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")
|
(package
|
||||||
(revision "0"))
|
(name "emacs-ibrowse")
|
||||||
(package
|
(version "0.1.8")
|
||||||
(name "emacs-ibrowse")
|
(source
|
||||||
(version (git-version "0.0" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://git.sr.ht/~ngraves/ibrowse.el")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://git.sr.ht/~ngraves/ibrowse.el")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "0q3imid9byaay0lqvv5n2klwk680w8x3qzdb279rdr08bb36w5ya"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "15661xgjxdxk1p0g87dsas9jd9v7g64y6n9irlbyzww09gjsjwwd"))))
|
(inputs (list sqlite))
|
||||||
(build-system emacs-build-system)
|
(home-page "https://git.sr.ht/~ngraves/ibrowse.el")
|
||||||
(inputs (list sqlite))
|
(synopsis "Interact with your browser from emacs")
|
||||||
(propagated-inputs (list emacs-embark emacs-marginalia))
|
(description "This package provides some commands to act on the browser
|
||||||
(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
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue