mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +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 @@ (define-public emacs-haskell-snippets
|
|||
(define-public emacs-org-roam
|
||||
(package
|
||||
(name "emacs-org-roam")
|
||||
(version "2.2.1")
|
||||
(version "2.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -29364,7 +29364,7 @@ (define-public emacs-org-roam
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0c5vxz423lz386dxa9nqyf396jmyb36q79paxf27is1dhq1vwd5w"))))
|
||||
(base32 "09wcqdqy2gcsyd1mbcm90b70y3qj921m4ky8l3avhzpdwgyw8wy5"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue