guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-orglink: Update to 1.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-orglink: Update to 1.2.0.
Date: Sun, 02 Jan 2022 04:38:59 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a98102bb34 gnu: emacs-orglink: Update to 1.2.0.
a98102bb34 is described below

commit a98102bb34f15d05861e3cfa1d4491904f8243e7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 2 10:38:11 2022 +0100

    gnu: emacs-orglink: Update to 1.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.0.
---
 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 df03fb173f..9759eba05a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28880,7 +28880,7 @@ displayed for sharing.")
 (define-public emacs-orglink
   (package
     (name "emacs-orglink")
-    (version "1.1.6")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -28889,7 +28889,7 @@ displayed for sharing.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ipy1p2cr5i0465hchqazmgn9jrgwzbyrb3prfgkl7z2m1gd7fcg"))))
+        (base32 "1619ly90vh2lla5rbw87a4n0rfal3wpbf7005jjiyv2ay88nc7l9"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/tarsius/orglink";)
     (synopsis "Use Org mode links in other modes")



reply via email to

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