guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-auto-tangle: Update to 0.6.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-auto-tangle: Update to 0.6.0.
Date: Sun, 14 Aug 2022 22:53:53 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bd8fdbe010 gnu: emacs-org-auto-tangle: Update to 0.6.0.
bd8fdbe010 is described below

commit bd8fdbe0105c3d87de9baa84917eb466ea623838
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Aug 13 21:54:44 2022 -0500

    gnu: emacs-org-auto-tangle: Update to 0.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-auto-tangle): Update to 0.6.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 fc23c896e2..dde1d6237c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18820,7 +18820,7 @@ Chinese to English.")
 (define-public emacs-org-auto-tangle
   (package
     (name "emacs-org-auto-tangle")
-    (version "0.4.1")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -18829,7 +18829,7 @@ Chinese to English.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zb7vcmhmjiqpbbhqrqci689rnpn10p985cs5jk9sgg66xsbrgs3"))))
+                "1kn1jsbv97ps280lcdx19d6hs7pvz7q9ng67xlb1kwjb680pa7rl"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-async))
     (home-page "https://github.com/yilkalargaw/org-auto-tangle";)



reply via email to

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