GNU bug report logs -
#77504
[PATCH] gnu: emacs-org-tanglesync: Update to 1.1-3.af83a73.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77504 in the body.
You can then email your comments to 77504 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#77504
; Package
guix-patches
.
(Thu, 03 Apr 2025 20:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Thu, 03 Apr 2025 20:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77504
; Package
guix-patches
.
(Sat, 05 Apr 2025 18:53:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77504 <at> debbugs.gnu.org (full text, mbox):
Hi Cayetano,
Pushed as f7e0bf9e57.
Thanks!
-- Ian
bug closed, send any further explanations to
77504 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sat, 05 Apr 2025 18:53:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 May 2025 11:24:08 GMT)
Full text and
rfc822 format available.
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.