gnu: emacs-biblio: Update to 0.3.

* gnu/packages/emacs-xyz.scm (emacs-biblio): Update to 0.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Nicolas Graves 2023-02-02 20:18:25 +01:00 committed by Christopher Baines
parent 42dde57fcf
commit fbd12ea1f9
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -21163,33 +21163,30 @@ (define-public emacs-ebib
license:gpl3+)))) license:gpl3+))))
(define-public emacs-biblio (define-public emacs-biblio
(let ((commit "517ec18f00f91b61481214b178f7ae0b8fbc499b") (package
(revision "1")) (name "emacs-biblio")
(package (version "0.3")
(name "emacs-biblio") (source
(version (git-version "0.2" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/cpitclaudel/biblio.el")
(uri (git-reference (commit version)))
(url "https://github.com/cpitclaudel/biblio.el") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32 "0iya5ybc54kia5vnb3bfr8yilykhbn2xvp157vya06cw4af2cw65"))))
(sha256 (build-system emacs-build-system)
(base32 (propagated-inputs
"0m5vpyj6312rc3xq8lrr1g2hyl26adzwvjxb3jqrm7bvqvs4i5zp")))) (list emacs-dash emacs-let-alist emacs-seq))
(build-system emacs-build-system) (home-page "https://github.com/cpitclaudel/biblio.el")
(propagated-inputs (synopsis "Browse and import bibliographic references")
(list emacs-dash emacs-let-alist emacs-seq)) (description "This package provides an extensible Emacs package for
(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. browsing and fetching references.
@file{biblio.el} makes it easy to browse and gather bibliographic 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 and publications from various sources, by keywords or by DOI. References are
automatically fetched from well-curated sources, and formatted as BibTeX.") automatically fetched from well-curated sources, and formatted as BibTeX.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-citar (define-public emacs-citar
(package (package