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,20 +13273,18 @@ files to be expanded upon opening them.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ebib
|
||||
(let ((commit "99bd909f47f71e024ce324981109b73a50e82fba"))
|
||||
(package
|
||||
(name "emacs-ebib")
|
||||
(version "2.21")
|
||||
(version "2.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/joostkremers/ebib.git")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"131vgl4d1j9s4055x88409w19q52x2m0x08b961hylp7yb5ljzgh"))))
|
||||
(base32 "0spiz5r2y4pdpyc4d3f9w228giq0j9rm8f5h5akzn5rwiq9pfkwz"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-parsebib" ,emacs-parsebib)))
|
||||
|
@ -13302,7 +13300,7 @@ mode, Org mode and other Emacs editing modes.")
|
|||
;; the exception of org-ebib.el, which is released under the GNU
|
||||
;; GPL.
|
||||
(license (list license:bsd-3
|
||||
license:gpl3+)))))
|
||||
license:gpl3+))))
|
||||
|
||||
(define-public emacs-biblio
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue