mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-ebib: Update to 2.40.4.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.40.4. Change-Id: I469d234ae715508be50102c59cbc73415b09e75c
This commit is contained in:
parent
273682cdb3
commit
df0149ccde
1 changed files with 2 additions and 2 deletions
|
@ -23622,7 +23622,7 @@ (define-public emacs-parsebib
|
|||
(define-public emacs-ebib
|
||||
(package
|
||||
(name "emacs-ebib")
|
||||
(version "2.40.3")
|
||||
(version "2.40.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23631,7 +23631,7 @@ (define-public emacs-ebib
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07pyb76impqpczx6hl6amfs4hfnszfwydp27az46dkqc17hy0fgy"))))
|
||||
(base32 "0b60k4yqmnim9hx25dhyvn6g646mq10pym8k6h176jr06br8kc2y"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))
|
||||
|
|
Loading…
Reference in a new issue