guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-transclusion: Update to 1.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-transclusion: Update to 1.2.0.
Date: Wed, 09 Feb 2022 08:56:46 -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 a9a59c464c gnu: emacs-org-transclusion: Update to 1.2.0.
a9a59c464c is described below

commit a9a59c464c1114db4b29004f4071355effe76977
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 9 14:54:35 2022 +0100

    gnu: emacs-org-transclusion: Update to 1.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-transclusion): 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 f0a0893dd3..6692a4c8a9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14940,7 +14940,7 @@ running tests easier.")
 (define-public emacs-org-transclusion
   (package
     (name "emacs-org-transclusion")
-    (version "1.1.1")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -14949,7 +14949,7 @@ running tests easier.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qvc8f4i44d8mgkzfi9yld664cmapkbmjv4bf0l8va417ck5sm92"))))
+        (base32 "01q62mrh0lijj2mwf0jy40zhy3q7w3bq2f4sb0f8hrr8ggh6shxh"))))
     (build-system emacs-build-system)
     (home-page "https://nobiot.github.io/org-transclusion/";)
     (synopsis "Enable transclusion with Org Mode")



reply via email to

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