mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public emacs-parsebib
|
|||
(define-public emacs-ebib
|
||||
(package
|
||||
(name "emacs-ebib")
|
||||
(version "2.41.1")
|
||||
(version "2.42.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24052,7 +24052,7 @@ (define-public emacs-ebib
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ylq4l044rals7xbf8rcx97gz84kypksl2fs5xwin2rc6rvpli8d"))))
|
||||
(base32 "1ib9jicj3hfwqz909fw4mzspbdg61g1kbi142r6qg99kaim5py2k"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))
|
||||
|
|
Loading…
Reference in a new issue