gnu: emacs-citar: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.
This commit is contained in:
parent
63d8c7a82f
commit
b1c2ad312d
1 changed files with 2 additions and 2 deletions
|
|
@ -17894,7 +17894,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
|
||||||
(define-public emacs-citar
|
(define-public emacs-citar
|
||||||
(package
|
(package
|
||||||
(name "emacs-citar")
|
(name "emacs-citar")
|
||||||
(version "0.8")
|
(version "0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -17903,7 +17903,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jrfcfr976c9nb2vpfrh6yhck5gm34wcjzbk0m6gq2xg3qfv2g6p"))))
|
(base32 "15jhpl2j4rm97cvvqzlfzxarvxvcsg64raz068psrsd2y7y2zh4c"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-auctex" ,emacs-auctex)
|
`(("emacs-auctex" ,emacs-auctex)
|
||||||
|
|
|
||||||
Reference in a new issue