gnu: emacs-org-roam: Update to 2.2.0.

* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.0.
This commit is contained in:
Nicolas Goaziou 2022-01-14 23:11:29 +01:00
parent f9b41203c2
commit 5f9a59f0da
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28439,7 +28439,7 @@ (define-public emacs-haskell-snippets
(define-public emacs-org-roam
(package
(name "emacs-org-roam")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method git-fetch)
@ -28448,13 +28448,13 @@ (define-public emacs-org-roam
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "092xn0sqc7b7f6pdf7m6c3giqqbh6fq02mfz8qrg0wmx4ds1isqp"))))
(base32 "0q3nhw05wnqh1qgggxsj8wki4ihciqlkic2x7qbcsskjqm73j1r7"))))
(build-system emacs-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
;; Move the extensions source files to the top level, which is included in
;; the EMACSLOADPATH.
;; Move the extensions source files to the top level, which is
;; included in the EMACSLOADPATH.
(add-after 'unpack 'move-source-files
(lambda _
(let ((el-files (find-files "./extensions" ".*\\.el$")))