mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-tanglesync: Update to 1.1-3.af83a73.
* gnu/packages/emacs-xyz.scm (emacs-org-tanglesync): Update to 1.1-3.af83a73. Change-Id: I6754e951c1869c638fc93ef29dcd3d2d5337fba2 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
5bf266a161
commit
f7e0bf9e57
1 changed files with 10 additions and 8 deletions
|
@ -13052,24 +13052,26 @@ organizer.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-org-tanglesync
|
(define-public emacs-org-tanglesync
|
||||||
(let ((commit "d99181f173b4e55b4e835d99fcd415e62beb047f")
|
(let ((commit "af83a73ae542d5cb3c9d433cbf2ce1d4f4259117")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-tanglesync")
|
(name "emacs-org-tanglesync")
|
||||||
(version (git-version "0.6" revision commit))
|
(version (git-version "1.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mtekman/org-tanglesync.el")
|
(url "https://gitlab.com/mtekman/org-tanglesync.el/")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x94gy1bgfd1f3p9w2bfrqj11bwy9ql0cpi1gw6srpj7kykx0lml"))))
|
(base32 "11rfn0byy0k0321w7fjgpa785ik1nrk1j6d0y4j0j4a8gys5hjr5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(arguments
|
||||||
(list emacs-org))
|
(list
|
||||||
(home-page "https://github.com/mtekman/org-tanglesync.el")
|
;; no tests
|
||||||
|
#:tests? #f))
|
||||||
|
(home-page "https://gitlab.com/mtekman/org-tanglesync.el/")
|
||||||
(synopsis "Sync Org source blocks with tangled external files")
|
(synopsis "Sync Org source blocks with tangled external files")
|
||||||
(description "This package automatically pulls changes from source code
|
(description "This package automatically pulls changes from source code
|
||||||
to their corresponding tangled blocks.")
|
to their corresponding tangled blocks.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue