gnu: emacs-biblio: Update to 0.2-1.517ec18.
* gnu/packages/emacs-xyz.scm (emacs-biblio): Update to 0.2-1.517ec18. [propagated-inputs]: Add EMACS-SEQ.
parent
8b9d671c68
commit
23c3c747fd
|
@ -20935,30 +20935,33 @@ with (La)TeX mode, Org mode and other Emacs editing modes.")
|
||||||
license:gpl3+))))
|
license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-biblio
|
(define-public emacs-biblio
|
||||||
(package
|
(let ((commit "517ec18f00f91b61481214b178f7ae0b8fbc499b")
|
||||||
(name "emacs-biblio")
|
(revision "1"))
|
||||||
(version "0.2")
|
(package
|
||||||
(source
|
(name "emacs-biblio")
|
||||||
(origin
|
(version (git-version "0.2" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/cpitclaudel/biblio.el")
|
(method git-fetch)
|
||||||
(commit version)))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/cpitclaudel/biblio.el")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32 "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system emacs-build-system)
|
(sha256
|
||||||
(propagated-inputs
|
(base32
|
||||||
(list emacs-dash emacs-let-alist))
|
"0m5vpyj6312rc3xq8lrr1g2hyl26adzwvjxb3jqrm7bvqvs4i5zp"))))
|
||||||
(home-page "https://github.com/cpitclaudel/biblio.el")
|
(build-system emacs-build-system)
|
||||||
(synopsis "Browse and import bibliographic references")
|
(propagated-inputs
|
||||||
(description "This package provides an extensible Emacs package for
|
(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.
|
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
|
||||||
|
|
Reference in New Issue