gnu: emacs-citar-org-roam: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): Update to 0.5.0. [propagated-inputs]: Reorder alphabetically.master
parent
97c594a772
commit
8d515cc11f
|
@ -21855,7 +21855,7 @@ citations.")
|
|||
(define-public emacs-citar-org-roam
|
||||
(package
|
||||
(name "emacs-citar-org-roam")
|
||||
(version "0.3")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -21864,9 +21864,9 @@ citations.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ldfs7g7ixnrwj23draiph4vy6xq7qgw18vhi7vbw6wvkh9fcv9r"))))
|
||||
(base32 "0h1lrx5fg51qpyxh3lrb7x392a5rr8q5a7dihscfzhr38ba1pfh6"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-org-roam emacs-citar))
|
||||
(propagated-inputs (list emacs-citar emacs-org-roam))
|
||||
(home-page "https://github.com/emacs-citar/citar-org-roam")
|
||||
(synopsis "Emacs package to provide tighter Citar and Org-Roam integration")
|
||||
(description "\
|
||||
|
|
Reference in New Issue