me
/
guix
Archived
1
0
Fork 0

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>
master
Ryan Desfosses 2020-12-05 08:42:07 -05:00 committed by Nicolas Goaziou
parent 74e3c37ae0
commit 34734b9dfc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -15034,7 +15034,7 @@ files to be expanded upon opening them.")
(define-public emacs-ebib
(package
(name "emacs-ebib")
(version "2.22.1")
(version "2.27.2")
(source
(origin
(method git-fetch)
@ -15043,7 +15043,7 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0spiz5r2y4pdpyc4d3f9w228giq0j9rm8f5h5akzn5rwiq9pfkwz"))))
(base32 "194pzhi8kylawsnc0p02nds9vk7ghw88s1dvd355b7m2vp92cnlf"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-parsebib" ,emacs-parsebib)))