guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-org-roam: Update to 1.2.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-roam: Update to 1.2.2.
Date: Sun, 01 Nov 2020 13:45:54 -0500

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8df89c4  gnu: emacs-org-roam: Update to 1.2.2.
8df89c4 is described below

commit 8df89c47930e8a247316e1a9b251a7b642b874de
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Nov 1 12:45:31 2020 -0600

    gnu: emacs-org-roam: Update to 1.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.2.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 838e73b..19646ce 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24717,7 +24717,7 @@ snippets for Emacs.")
 (define-public emacs-org-roam
   (package
     (name "emacs-org-roam")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method git-fetch)
@@ -24726,7 +24726,7 @@ snippets for Emacs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10s7mcyshgj6yva4k1j086xm61k9zck3r586f1maar5b2z6hwvsa"))))
+        (base32 "0fanv0nl03qn65amxsq4q544zrhv94a37gdg9bwydik9439avbsc"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-company" ,emacs-company)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]