gnu: emacs-ebib: Update to 2.49.1.

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

Change-Id: Ifd75f926048ace8cc214cf3d878c05de43b60907
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:32:02 +01:00
parent af9dbee46d
commit 59cb33b771
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25599,7 +25599,7 @@ files to be expanded upon opening them.")
(define-public emacs-ebib
(package
(name "emacs-ebib")
(version "2.48")
(version "2.49.1")
(source
(origin
(method git-fetch)
@ -25608,7 +25608,7 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "11rm51lx5nz2drhjb4nm5ls57gz9rqf9wm51qp9r03rlvrr6v85c"))))
(base32 "0b2ybyjnw8ig7vjw4x7c1dsvj7d56b7a8nmli7nbsp5ncz6w7jpp"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))