gnu: emacs-org-transclusion: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-org-transclusion): Update to 1.2.0.master
parent
74de5862f4
commit
a9a59c464c
|
@ -14940,7 +14940,7 @@ running tests easier.")
|
||||||
(define-public emacs-org-transclusion
|
(define-public emacs-org-transclusion
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-transclusion")
|
(name "emacs-org-transclusion")
|
||||||
(version "1.1.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14949,7 +14949,7 @@ running tests easier.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qvc8f4i44d8mgkzfi9yld664cmapkbmjv4bf0l8va417ck5sm92"))))
|
(base32 "01q62mrh0lijj2mwf0jy40zhy3q7w3bq2f4sb0f8hrr8ggh6shxh"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://nobiot.github.io/org-transclusion/")
|
(home-page "https://nobiot.github.io/org-transclusion/")
|
||||||
(synopsis "Enable transclusion with Org Mode")
|
(synopsis "Enable transclusion with Org Mode")
|
||||||
|
|
Reference in New Issue