me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebib: Update to 2.39.3.

* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.39.3.
Nicolas Goaziou 2022-11-14 19:39:50 +01:00
parent 2ead125673
commit 8a8eea58ee
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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