GNU bug report logs - #77504
[PATCH] gnu: emacs-org-tanglesync: Update to 1.1-3.af83a73.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 3 Apr 2025 20:43:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77504 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>, Andrew Tropin <andrew <at> trop.in>, Cayetano Santos <csantosb <at> inventati.org>, Divya Ranjan Pattanaik <divya <at> subvertising.org>, Ian Eure <ian <at> retrospec.tv>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [bug#77504] [PATCH] gnu: emacs-org-tanglesync: Update to 1.1-3.af83a73.
Date: Thu,  3 Apr 2025 22:40:27 +0200
* gnu/packages/emacs-xyz.scm (emacs-org-tanglesync): Update to 1.1-3.af83a73.

Change-Id: I6754e951c1869c638fc93ef29dcd3d2d5337fba2
---
 gnu/packages/emacs-xyz.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0c49bb5d4d..3bb44f8ee1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13017,24 +13017,26 @@ (define-public emacs-org-trello
     (license license:gpl3+)))
 
 (define-public emacs-org-tanglesync
-  (let ((commit "d99181f173b4e55b4e835d99fcd415e62beb047f")
-        (revision "2"))
+  (let ((commit "af83a73ae542d5cb3c9d433cbf2ce1d4f4259117")
+        (revision "3"))
     (package
       (name "emacs-org-tanglesync")
-      (version (git-version "0.6" revision commit))
+      (version (git-version "1.1" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/mtekman/org-tanglesync.el")
+               (url "https://gitlab.com/mtekman/org-tanglesync.el/")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0x94gy1bgfd1f3p9w2bfrqj11bwy9ql0cpi1gw6srpj7kykx0lml"))))
+          (base32 "11rfn0byy0k0321w7fjgpa785ik1nrk1j6d0y4j0j4a8gys5hjr5"))))
       (build-system emacs-build-system)
-      (propagated-inputs
-       (list emacs-org))
-      (home-page "https://github.com/mtekman/org-tanglesync.el")
+      (arguments
+       (list
+        ;; no tests
+        #:tests? #f))
+      (home-page "https://gitlab.com/mtekman/org-tanglesync.el/")
       (synopsis "Sync Org source blocks with tangled external files")
       (description "This package automatically pulls changes from source code
 to their corresponding tangled blocks.")

base-commit: efaa20d2d86bc4f10dfc45a25fca50a0dad6e917
-- 
2.49.0





This bug report was last modified 41 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.