mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ebib: Update to 2.22.1.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.22.1.
This commit is contained in:
parent
9dbcc8d0d5
commit
2e775ecc23
1 changed files with 24 additions and 26 deletions
|
@ -13273,36 +13273,34 @@ files to be expanded upon opening them.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-ebib
|
(define-public emacs-ebib
|
||||||
(let ((commit "99bd909f47f71e024ce324981109b73a50e82fba"))
|
(package
|
||||||
(package
|
(name "emacs-ebib")
|
||||||
(name "emacs-ebib")
|
(version "2.22.1")
|
||||||
(version "2.21")
|
(source
|
||||||
(source
|
(origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/joostkremers/ebib.git")
|
||||||
(url "https://github.com/joostkremers/ebib.git")
|
(commit version)))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32 "0spiz5r2y4pdpyc4d3f9w228giq0j9rm8f5h5akzn5rwiq9pfkwz"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"131vgl4d1j9s4055x88409w19q52x2m0x08b961hylp7yb5ljzgh"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
`(("emacs-parsebib" ,emacs-parsebib)))
|
||||||
(propagated-inputs
|
(home-page "https://joostkremers.github.io/ebib/")
|
||||||
`(("emacs-parsebib" ,emacs-parsebib)))
|
(synopsis "BibTeX database manager for Emacs")
|
||||||
(home-page "https://joostkremers.github.io/ebib/")
|
(description
|
||||||
(synopsis "BibTeX database manager for Emacs")
|
"Ebib is a BibTeX database manager that runs in GNU Emacs.
|
||||||
(description
|
|
||||||
"Ebib is a BibTeX database manager that runs in GNU Emacs.
|
|
||||||
With Ebib you can create, sort and manage your .bib database files,
|
With Ebib you can create, sort and manage your .bib database files,
|
||||||
all within Emacs. It supports searching, multi-line field values and
|
all within Emacs. It supports searching, multi-line field values and
|
||||||
@@String and @@Preamble definitions. Ebib integrates with (La)TeX
|
@@String and @@Preamble definitions. Ebib integrates with (La)TeX
|
||||||
mode, Org mode and other Emacs editing modes.")
|
mode, Org mode and other Emacs editing modes.")
|
||||||
;; The Ebib source files are released under a BSD license with
|
;; The Ebib source files are released under a BSD license with
|
||||||
;; the exception of org-ebib.el, which is released under the GNU
|
;; the exception of org-ebib.el, which is released under the GNU
|
||||||
;; GPL.
|
;; GPL.
|
||||||
(license (list license:bsd-3
|
(license (list license:bsd-3
|
||||||
license:gpl3+)))))
|
license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-biblio
|
(define-public emacs-biblio
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue