mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-ebib: Update to 2.39.3.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.39.3.
This commit is contained in:
parent
2ead125673
commit
8a8eea58ee
1 changed files with 2 additions and 2 deletions
|
@ -20096,7 +20096,7 @@ (define-public emacs-parsebib
|
|||
(define-public emacs-ebib
|
||||
(package
|
||||
(name "emacs-ebib")
|
||||
(version "2.38.1")
|
||||
(version "2.39.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20105,7 +20105,7 @@ (define-public emacs-ebib
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1a2pjnfk3yk7r13avjv4xcmq0ld1lw78ngifn9khpl28kd9fgv74"))))
|
||||
(base32 "1azgsjf5j8k6llq74brykidcb2mnq6fghk8jyq7qad5afh7n0mrc"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-biblio emacs-ivy emacs-parsebib))
|
||||
|
|
Loading…
Reference in a new issue