me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-01-01 18:49:12 +01:00
parent 8853096fbb
commit ac0e32fca2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -23271,7 +23271,7 @@ files to be expanded upon opening them.")
(define-public emacs-ebib
(package
(name "emacs-ebib")
(version "2.39.4")
(version "2.40.3")
(source
(origin
(method git-fetch)
@ -23280,10 +23280,10 @@ files to be expanded upon opening them.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "08j6z4rpnvz7vhdrm7y3prf2jpxclqicid6as4qljysq3czzfhay"))))
(base32 "07pyb76impqpczx6hl6amfs4hfnszfwydp27az46dkqc17hy0fgy"))))
(build-system emacs-build-system)
(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/")
(synopsis "BibTeX database manager for Emacs")
(description