gnu: emacs-ebib: Update to 2.40.3.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.40.3. [propagated-inputs]: Add EMACS-COMPAT. Change-Id: I7d37822ee5c41f5155ceb8e6b518a86dfcc9b5b3
This commit is contained in:
parent
8853096fbb
commit
ac0e32fca2
1 changed files with 3 additions and 3 deletions
|
@ -23271,7 +23271,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.39.4")
|
(version "2.40.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23280,10 +23280,10 @@ 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 "08j6z4rpnvz7vhdrm7y3prf2jpxclqicid6as4qljysq3czzfhay"))))
|
(base32 "07pyb76impqpczx6hl6amfs4hfnszfwydp27az46dkqc17hy0fgy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-biblio emacs-ivy emacs-parsebib))
|
(list emacs-biblio emacs-compat emacs-ivy emacs-parsebib))
|
||||||
(home-page "https://joostkremers.github.io/ebib/")
|
(home-page "https://joostkremers.github.io/ebib/")
|
||||||
(synopsis "BibTeX database manager for Emacs")
|
(synopsis "BibTeX database manager for Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue