gnu: emacs-ebib: Update to 2.27.2.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.27.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
74e3c37ae0
commit
34734b9dfc
1 changed files with 2 additions and 2 deletions
|
@ -15034,7 +15034,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.22.1")
|
(version "2.27.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15043,7 +15043,7 @@ 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 "0spiz5r2y4pdpyc4d3f9w228giq0j9rm8f5h5akzn5rwiq9pfkwz"))))
|
(base32 "194pzhi8kylawsnc0p02nds9vk7ghw88s1dvd355b7m2vp92cnlf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-parsebib" ,emacs-parsebib)))
|
`(("emacs-parsebib" ,emacs-parsebib)))
|
||||||
|
|
Reference in a new issue