gnu: emacs-citar: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.2.0.
This commit is contained in:
parent
511225c661
commit
179eaf02c4
1 changed files with 2 additions and 2 deletions
|
@ -21770,7 +21770,7 @@ (define-public emacs-biblio
|
|||
(define-public emacs-citar
|
||||
(package
|
||||
(name "emacs-citar")
|
||||
(version "1.1")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -21779,7 +21779,7 @@ (define-public emacs-citar
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d7qp580b9svgykpmcdyij8lja23b20sprc7653dbl4zj7ncxxry"))))
|
||||
"186h6wbjwh7ws3jmc81wx2cv7gbppl2j3gwdq67crhml5xjc4fh7"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue