rekahsoft-gnu/packages/emacs-xyz.scm: Update org-roam-server

This commit is contained in:
Collin J. Doering 2021-02-28 23:39:03 -05:00
parent 9c94825f7a
commit cb43297b5d
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 2 deletions

View File

@ -645,7 +645,7 @@ See perspective.el on github: https://github.com/nex3/perspective-el
(define-public emacs-org-roam-server
(package
(name "emacs-org-roam-server")
(version "1.0.4")
(version "1.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -654,7 +654,7 @@ See perspective.el on github: https://github.com/nex3/perspective-el
(file-name (git-file-name name version))
(sha256
(base32
"0a5b625i7gv467xm8p92nvrh2wzgmldm8gzcbrc15al1gvnwpbqm"))))
"1jp8mkqx1l3w166b16l2d5zsqjcc836bkclplgjk4laysb6msry8"))))
(build-system emacs-build-system)
(inputs `(("emacs" ,emacs)))
(propagated-inputs