me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebib: Update to 2.40.5.

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

Change-Id: Ie57d42389b2cae4567fb77e014c9c6e2f1eb257d
master
Nicolas Goaziou 2024-03-17 22:42:35 +01:00
parent 03e5ec829e
commit 4d9e583e88
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -23706,7 +23706,7 @@ files to be expanded upon opening them.")
(define-public emacs-ebib
(package
(name "emacs-ebib")
(version "2.40.4")
(version "2.40.5")
(source
(origin
(method git-fetch)
@ -23715,7 +23715,7 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0b60k4yqmnim9hx25dhyvn6g646mq10pym8k6h176jr06br8kc2y"))))
(base32 "1ga8zzzqs6vrjzm6jily37jyzpq4vsgh49vxy8a68399bdl90s77"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))