gnu: emacs-citar-org-roam: Update to 0.5.1.

* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): Update to 0.5.1.
This commit is contained in:
Nicolas Goaziou 2023-04-09 20:17:33 +02:00
parent 33e6c24e6e
commit c37d46e362
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22034,7 +22034,7 @@ (define-public emacs-citar
(define-public emacs-citar-org-roam
(package
(name "emacs-citar-org-roam")
(version "0.5.0")
(version "0.5.1")
(source
(origin
(method git-fetch)
@ -22043,7 +22043,7 @@ (define-public emacs-citar-org-roam
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0h1lrx5fg51qpyxh3lrb7x392a5rr8q5a7dihscfzhr38ba1pfh6"))))
(base32 "0iwhwfllbcd938qkvh5m5cn6s8pn01xb02yjbv1hl4jpiayianqa"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-citar emacs-org-roam))
(home-page "https://github.com/emacs-citar/citar-org-roam")