guix-patches
[Top][All Lists]
Advanced

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

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


From: Cayetano Santos
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






reply via email to

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