mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: emacs-citar: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.1.
This commit is contained in:
parent
2c6f38c985
commit
0bd39d1294
1 changed files with 2 additions and 2 deletions
|
@ -21287,7 +21287,7 @@ (define-public emacs-biblio
|
|||
(define-public emacs-citar
|
||||
(package
|
||||
(name "emacs-citar")
|
||||
(version "1.0")
|
||||
(version "1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -21296,7 +21296,7 @@ (define-public emacs-citar
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1n69lkp7298gasm9hlbx9nhgp9ggh8w8ffyvi1rmbj96lcnpsyi9"))))
|
||||
"1d7qp580b9svgykpmcdyij8lja23b20sprc7653dbl4zj7ncxxry"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue