mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: emacs-org-roam: Update to 2.2.2.
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.2.
This commit is contained in:
parent
48f0e98f2d
commit
659effc707
1 changed files with 2 additions and 2 deletions
|
@ -29355,7 +29355,7 @@ snippets for Emacs.")
|
||||||
(define-public emacs-org-roam
|
(define-public emacs-org-roam
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-roam")
|
(name "emacs-org-roam")
|
||||||
(version "2.2.1")
|
(version "2.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -29364,7 +29364,7 @@ snippets for Emacs.")
|
||||||
(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 "0c5vxz423lz386dxa9nqyf396jmyb36q79paxf27is1dhq1vwd5w"))))
|
(base32 "09wcqdqy2gcsyd1mbcm90b70y3qj921m4ky8l3avhzpdwgyw8wy5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Reference in a new issue