gnu: emacs-ebib: Update to 2.43.

* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.43.

Change-Id: Ia48810e6d672a5db2b50cc6ec1ce6978d31c539b
This commit is contained in:
Nicolas Goaziou 2024-09-15 09:20:35 +02:00
parent 52ae8df0b4
commit 082cf6e9fa
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24635,7 +24635,7 @@ files to be expanded upon opening them.")
(define-public emacs-ebib
(package
(name "emacs-ebib")
(version "2.42.2")
(version "2.43")
(source
(origin
(method git-fetch)
@ -24644,7 +24644,7 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1ib9jicj3hfwqz909fw4mzspbdg61g1kbi142r6qg99kaim5py2k"))))
(base32 "080n9k0r9w4hdcg5g89blyyr0c6q2jhwqn42fvizn6z8xkkn5cbp"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))