mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: emacs-ebib: Update to 2.33.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.33.
This commit is contained in:
parent
63f78f6a6e
commit
fcb8888f4d
1 changed files with 3 additions and 2 deletions
|
@ -17684,7 +17684,7 @@ (define-public emacs-parsebib
|
|||
(define-public emacs-ebib
|
||||
(package
|
||||
(name "emacs-ebib")
|
||||
(version "2.32.2")
|
||||
(version "2.33")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17693,10 +17693,11 @@ (define-public emacs-ebib
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "04kw0akp35r2ibrcav4kaf34d1xs8pckjiygv7h1nqpv6dmrgfq7"))))
|
||||
(base32 "18gvmymkpzws8s4zjcm1kijyr55dgfcq201z3w1jzhkhcs01bfsc"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-biblio" ,emacs-biblio)
|
||||
("emacs-ivy" ,emacs-ivy)
|
||||
("emacs-parsebib" ,emacs-parsebib)))
|
||||
(home-page "https://joostkremers.github.io/ebib/")
|
||||
(synopsis "BibTeX database manager for Emacs")
|
||||
|
|
Loading…
Reference in a new issue