gnu: emacs-ebib: Update to 2.39.4.

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

Change-Id: I8486a18bf65ecc7c5050b1c6136026072eda3f47
This commit is contained in:
Nicolas Goaziou 2023-11-08 12:05:15 +01:00
parent 30586802de
commit f6fbe8ec4f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -23137,7 +23137,7 @@ files to be expanded upon opening them.")
(define-public emacs-ebib
(package
(name "emacs-ebib")
(version "2.39.3")
(version "2.39.4")
(source
(origin
(method git-fetch)
@ -23146,7 +23146,7 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1azgsjf5j8k6llq74brykidcb2mnq6fghk8jyq7qad5afh7n0mrc"))))
(base32 "08j6z4rpnvz7vhdrm7y3prf2jpxclqicid6as4qljysq3czzfhay"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-biblio emacs-ivy emacs-parsebib))