me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-06-18 16:03:38 +02:00
parent 4102a3602d
commit d98782e997
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -24178,7 +24178,7 @@ Citar note support:
(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 @@ Citar note support:
(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")