* [bug#61234] [PATCH] gnu: emacs-biblio: Update to 0.3.
@ 2023-02-02 19:18 Nicolas Graves via Guix-patches via
2023-02-03 18:21 ` bug#61234: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-02-02 19:18 UTC (permalink / raw)
To: 61234; +Cc: ngraves
* gnu/packages/emacs-xyz.scm (emacs-biblio): Update to 0.3.
---
gnu/packages/emacs-xyz.scm | 41 ++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c2c0fb93ba..0b61e754cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21163,33 +21163,30 @@ (define-public emacs-ebib
license:gpl3+))))
(define-public emacs-biblio
- (let ((commit "517ec18f00f91b61481214b178f7ae0b8fbc499b")
- (revision "1"))
- (package
- (name "emacs-biblio")
- (version (git-version "0.2" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/cpitclaudel/biblio.el")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0m5vpyj6312rc3xq8lrr1g2hyl26adzwvjxb3jqrm7bvqvs4i5zp"))))
- (build-system emacs-build-system)
- (propagated-inputs
- (list emacs-dash emacs-let-alist emacs-seq))
- (home-page "https://github.com/cpitclaudel/biblio.el")
- (synopsis "Browse and import bibliographic references")
- (description "This package provides an extensible Emacs package for
+ (package
+ (name "emacs-biblio")
+ (version "0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cpitclaudel/biblio.el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0iya5ybc54kia5vnb3bfr8yilykhbn2xvp157vya06cw4af2cw65"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-dash emacs-let-alist emacs-seq))
+ (home-page "https://github.com/cpitclaudel/biblio.el")
+ (synopsis "Browse and import bibliographic references")
+ (description "This package provides an extensible Emacs package for
browsing and fetching references.
@file{biblio.el} makes it easy to browse and gather bibliographic references
and publications from various sources, by keywords or by DOI. References are
automatically fetched from well-curated sources, and formatted as BibTeX.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-citar
(package
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#61234: [PATCH] gnu: emacs-biblio: Update to 0.3.
2023-02-02 19:18 [bug#61234] [PATCH] gnu: emacs-biblio: Update to 0.3 Nicolas Graves via Guix-patches via
@ 2023-02-03 18:21 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-03 18:21 UTC (permalink / raw)
To: Nicolas Graves; +Cc: guix-patches, 61234-done
[-- Attachment #1: Type: text/plain, Size: 352 bytes --]
Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-biblio): Update to 0.3.
> ---
> gnu/packages/emacs-xyz.scm | 41 ++++++++++++++++++--------------------
> 1 file changed, 19 insertions(+), 22 deletions(-)
Thanks! I've pushed this to master as
fbd12ea1f94793b1164494fef332795761fe6829.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-03 18:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-02 19:18 [bug#61234] [PATCH] gnu: emacs-biblio: Update to 0.3 Nicolas Graves via Guix-patches via
2023-02-03 18:21 ` bug#61234: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.