mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-citar-denote: Update to 2.2.1.
* gnu/packages/emacs-xyz.scm (emacs-citar-denote): Update to 2.2.1. Change-Id: Ifd91ca1b4e14c69c62927c8859a5f5b6a04bb21b
This commit is contained in:
parent
4102a3602d
commit
d98782e997
1 changed files with 2 additions and 2 deletions
|
@ -24178,7 +24178,7 @@ (define-public emacs-citar-org-roam
|
|||
(define-public emacs-citar-denote
|
||||
(package
|
||||
(name "emacs-citar-denote")
|
||||
(version "2.0")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24187,7 +24187,7 @@ (define-public emacs-citar-denote
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0g476awbrdws7k7smk1qasz15df20zilx3wqbi3wj0i1q2dbsi8z"))))
|
||||
(base32 "0rsi2j4gfznpyvf3z1p1xxl0zxfbddha4ig4d30svwnq2maxri7r"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-citar emacs-denote))
|
||||
(home-page "https://github.com/pprevos/citar-denote")
|
||||
|
|
Loading…
Reference in a new issue