me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.3.
master
Nicolas Goaziou 2021-02-18 16:39:11 +01:00
parent bae9378ea3
commit a83bc562b2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -26046,7 +26046,7 @@ snippets for Emacs.")
(define-public emacs-org-roam
(package
(name "emacs-org-roam")
(version "1.2.2")
(version "1.2.3")
(source
(origin
(method git-fetch)
@ -26055,7 +26055,7 @@ snippets for Emacs.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0fanv0nl03qn65amxsq4q544zrhv94a37gdg9bwydik9439avbsc"))))
(base32 "0n8c0yxqb62i39kn0d5x83s96vwc0nbg0sx5hplffnbkfbj88bba"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-company" ,emacs-company)