3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-citar: Update to 0.9.

* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.
This commit is contained in:
Nicolas Goaziou 2021-11-21 19:30:05 +01:00
parent 63d8c7a82f
commit b1c2ad312d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17894,7 +17894,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
(define-public emacs-citar
(package
(name "emacs-citar")
(version "0.8")
(version "0.9")
(source
(origin
(method git-fetch)
@ -17903,7 +17903,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1jrfcfr976c9nb2vpfrh6yhck5gm34wcjzbk0m6gq2xg3qfv2g6p"))))
(base32 "15jhpl2j4rm97cvvqzlfzxarvxvcsg64raz068psrsd2y7y2zh4c"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-auctex" ,emacs-auctex)