[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: emacs-ibrowse: Update to 0.1.8.
From: |
guix-commits |
Subject: |
03/10: gnu: emacs-ibrowse: Update to 0.1.8. |
Date: |
Wed, 1 Feb 2023 16:20:12 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit df6a6f8cf13a70ebf76b3b667eeb5949bae93cce
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Tue Jan 31 10:47:42 2023 +0100
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>
---
gnu/packages/emacs-xyz.scm | 39 ++++++++++++++++++---------------------
1 file changed, 18 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c8c201145..c93c2b2575 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22302,28 +22302,25 @@ within Emacs.")
(license license:gpl3+))))
(define-public emacs-ibrowse
- (let* ((commit "7e4a2987fc63861514b441f65db2008da5949ef2")
- (revision "0"))
- (package
- (name "emacs-ibrowse")
- (version (git-version "0.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.sr.ht/~ngraves/ibrowse.el")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "15661xgjxdxk1p0g87dsas9jd9v7g64y6n9irlbyzww09gjsjwwd"))))
- (build-system emacs-build-system)
- (inputs (list sqlite))
- (propagated-inputs (list emacs-embark emacs-marginalia))
- (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
+ (package
+ (name "emacs-ibrowse")
+ (version "0.1.8")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~ngraves/ibrowse.el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0q3imid9byaay0lqvv5n2klwk680w8x3qzdb279rdr08bb36w5ya"))))
+ (build-system emacs-build-system)
+ (inputs (list 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
tabs, history, or bookmarks from Emacs.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-ibuffer-projectile
(package
- branch master updated (9d7a1e58f9 -> 43eed907d2), guix-commits, 2023/02/01
- 01/10: gnu: mupdf: Update to 1.21.1., guix-commits, 2023/02/01
- 04/10: gnu: Add uwufetch., guix-commits, 2023/02/01
- 09/10: gnu: emacs-tramp: Update to 2.6.0.1., guix-commits, 2023/02/01
- 07/10: gnu: emacs-url-scgi: Update to 0.9., guix-commits, 2023/02/01
- 10/10: gnu: emacs-embark: Update to 0.21.1., guix-commits, 2023/02/01
- 05/10: gnu: emacs-auctex: Update to 13.1.9., guix-commits, 2023/02/01
- 03/10: gnu: emacs-ibrowse: Update to 0.1.8.,
guix-commits <=
- 06/10: gnu: emacs-compat: Update to 29.1.3.2., guix-commits, 2023/02/01
- 08/10: gnu: emacs-pyim: Update to 5.3.0., guix-commits, 2023/02/01
- 02/10: gnu: Add emacs-pretty-speedbar., guix-commits, 2023/02/01