mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-citar: Update to 0.9.7.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.7.
This commit is contained in:
parent
2322567cdc
commit
059b6b3aba
1 changed files with 2 additions and 2 deletions
|
@ -18877,7 +18877,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.9.6")
|
(version "0.9.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -18886,7 +18886,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f2q9y5il5in400s1wn4q8baxl0fnrq53rnq30qy8caca9zbrpz8"))))
|
"1f49l1zmy4fnz75b0m2rav5jm8yp6hry44bv9xasiszyy3bn0hv8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue