mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ files to be expanded upon opening them.")
|
||||||
(define-public emacs-ebib
|
(define-public emacs-ebib
|
||||||
(package
|
(package
|
||||||
(name "emacs-ebib")
|
(name "emacs-ebib")
|
||||||
(version "2.32.2")
|
(version "2.33")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17693,10 +17693,11 @@ files to be expanded upon opening them.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04kw0akp35r2ibrcav4kaf34d1xs8pckjiygv7h1nqpv6dmrgfq7"))))
|
(base32 "18gvmymkpzws8s4zjcm1kijyr55dgfcq201z3w1jzhkhcs01bfsc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-biblio" ,emacs-biblio)
|
`(("emacs-biblio" ,emacs-biblio)
|
||||||
|
("emacs-ivy" ,emacs-ivy)
|
||||||
("emacs-parsebib" ,emacs-parsebib)))
|
("emacs-parsebib" ,emacs-parsebib)))
|
||||||
(home-page "https://joostkremers.github.io/ebib/")
|
(home-page "https://joostkremers.github.io/ebib/")
|
||||||
(synopsis "BibTeX database manager for Emacs")
|
(synopsis "BibTeX database manager for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue