me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.2.
master
Vinicius Monego 2022-04-26 23:08:00 -03:00
parent 48f0e98f2d
commit 659effc707
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -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