mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: emacs-ebib: Update to 2.41.1.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.41.1. Change-Id: I08c51ea66f6b65ce2d4cbb186f8b89b6c07c9311
This commit is contained in:
parent
17a71729d7
commit
398d9cbd74
1 changed files with 2 additions and 2 deletions
|
@ -23846,7 +23846,7 @@ (define-public emacs-parsebib
|
||||||
(define-public emacs-ebib
|
(define-public emacs-ebib
|
||||||
(package
|
(package
|
||||||
(name "emacs-ebib")
|
(name "emacs-ebib")
|
||||||
(version "2.40.5")
|
(version "2.41.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23855,7 +23855,7 @@ (define-public emacs-ebib
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ga8zzzqs6vrjzm6jily37jyzpq4vsgh49vxy8a68399bdl90s77"))))
|
(base32 "1ylq4l044rals7xbf8rcx97gz84kypksl2fs5xwin2rc6rvpli8d"))))
|
||||||
(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…
Reference in a new issue