mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ebib: Update to 2.44.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.44. Change-Id: Iffea209f138c5a83814f9b46b474cda334c1b184
This commit is contained in:
parent
f69dbfbe66
commit
20cc93806b
1 changed files with 2 additions and 2 deletions
|
@ -24766,7 +24766,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.43")
|
(version "2.44")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24775,7 +24775,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 "080n9k0r9w4hdcg5g89blyyr0c6q2jhwqn42fvizn6z8xkkn5cbp"))))
|
(base32 "1fl3spc2090nwswsqxmkw55ibw0ncdmi4igac0ywqs515cw07ywl"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue