mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
30586802de
commit
f6fbe8ec4f
1 changed files with 2 additions and 2 deletions
|
@ -23137,7 +23137,7 @@ (define-public emacs-parsebib
|
|||
(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 @@ (define-public emacs-ebib
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue