gnu: emacs-citar-denote: Update to 2.2.1.
* gnu/packages/emacs-xyz.scm (emacs-citar-denote): Update to 2.2.1. Change-Id: Ifd91ca1b4e14c69c62927c8859a5f5b6a04bb21bmaster
parent
4102a3602d
commit
d98782e997
|
@ -24178,7 +24178,7 @@ Citar note support:
|
||||||
(define-public emacs-citar-denote
|
(define-public emacs-citar-denote
|
||||||
(package
|
(package
|
||||||
(name "emacs-citar-denote")
|
(name "emacs-citar-denote")
|
||||||
(version "2.0")
|
(version "2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24187,7 +24187,7 @@ Citar note support:
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g476awbrdws7k7smk1qasz15df20zilx3wqbi3wj0i1q2dbsi8z"))))
|
(base32 "0rsi2j4gfznpyvf3z1p1xxl0zxfbddha4ig4d30svwnq2maxri7r"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-citar emacs-denote))
|
(propagated-inputs (list emacs-citar emacs-denote))
|
||||||
(home-page "https://github.com/pprevos/citar-denote")
|
(home-page "https://github.com/pprevos/citar-denote")
|
||||||
|
|
Reference in New Issue