gnu: emacs-citar: Update to 1.1.

* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.1.
This commit is contained in:
Nicolas Goaziou 2023-02-17 23:33:35 +01:00
parent 2c6f38c985
commit 0bd39d1294
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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