gnu: emacs-ebib: Update to 2.42.2.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.42.2. Change-Id: I99ac67d85ded79eeabdc1da6ba0716cbc5257927
This commit is contained in:
parent
273d310d1a
commit
4102a3602d
1 changed files with 2 additions and 2 deletions
|
@ -24043,7 +24043,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.41.1")
|
(version "2.42.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24052,7 +24052,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 "1ylq4l044rals7xbf8rcx97gz84kypksl2fs5xwin2rc6rvpli8d"))))
|
(base32 "1ib9jicj3hfwqz909fw4mzspbdg61g1kbi142r6qg99kaim5py2k"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))
|
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))
|
||||||
|
|
Reference in a new issue