gnu: emacs-ebib: Update to 2.40.4.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.40.4. Change-Id: I469d234ae715508be50102c59cbc73415b09e75cmaster
parent
273682cdb3
commit
df0149ccde
|
@ -23622,7 +23622,7 @@ files to be expanded upon opening them.")
|
||||||
(define-public emacs-ebib
|
(define-public emacs-ebib
|
||||||
(package
|
(package
|
||||||
(name "emacs-ebib")
|
(name "emacs-ebib")
|
||||||
(version "2.40.3")
|
(version "2.40.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23631,7 +23631,7 @@ files to be expanded upon opening them.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07pyb76impqpczx6hl6amfs4hfnszfwydp27az46dkqc17hy0fgy"))))
|
(base32 "0b60k4yqmnim9hx25dhyvn6g646mq10pym8k6h176jr06br8kc2y"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))
|
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))
|
||||||
|
|
Reference in New Issue