me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): Update to 0.5.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -22034,7 +22034,7 @@ citations.")
(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 @@ citations.")
(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")