gnu: emacs-ebib: Update to 2.34.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.34.
This commit is contained in:
parent
e1973ae74b
commit
4199725ac8
1 changed files with 2 additions and 2 deletions
|
@ -17889,7 +17889,7 @@ (define-public emacs-parsebib
|
|||
(define-public emacs-ebib
|
||||
(package
|
||||
(name "emacs-ebib")
|
||||
(version "2.33")
|
||||
(version "2.34")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17898,7 +17898,7 @@ (define-public emacs-ebib
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18gvmymkpzws8s4zjcm1kijyr55dgfcq201z3w1jzhkhcs01bfsc"))))
|
||||
(base32 "0al846i1dn5wrx3r0ak63m80g9j9xk2q5cpcpk63lq0l0gfdff2m"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-biblio" ,emacs-biblio)
|
||||
|
|
Loading…
Reference in a new issue