mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
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:
parent
60eb0a5bdd
commit
62a1051ebf
1 changed files with 2 additions and 2 deletions
|
@ -22034,7 +22034,7 @@ (define-public emacs-citar
|
||||||
(define-public emacs-citar-org-roam
|
(define-public emacs-citar-org-roam
|
||||||
(package
|
(package
|
||||||
(name "emacs-citar-org-roam")
|
(name "emacs-citar-org-roam")
|
||||||
(version "0.5.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22043,7 +22043,7 @@ (define-public emacs-citar-org-roam
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0h1lrx5fg51qpyxh3lrb7x392a5rr8q5a7dihscfzhr38ba1pfh6"))))
|
(base32 "0iwhwfllbcd938qkvh5m5cn6s8pn01xb02yjbv1hl4jpiayianqa"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-citar emacs-org-roam))
|
(propagated-inputs (list emacs-citar emacs-org-roam))
|
||||||
(home-page "https://github.com/emacs-citar/citar-org-roam")
|
(home-page "https://github.com/emacs-citar/citar-org-roam")
|
||||||
|
|
Loading…
Reference in a new issue