gnu: emacs-org-transclusion: Update to 1.3.1.

* gnu/packages/emacs-xyz.scm (emacs-org-transclusion): Update to 1.3.1.
This commit is contained in:
Nicolas Goaziou 2022-12-19 18:40:10 +01:00
parent 227e35f587
commit 608694f918
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17193,18 +17193,19 @@ running tests easier.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-transclusion (define-public emacs-org-transclusion
(let ((commit "cf51df7b87e0d32ba13ac5380557e81d9845d81b")) ;version bump
(package (package
(name "emacs-org-transclusion") (name "emacs-org-transclusion")
(version "1.3.0") (version "1.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/nobiot/org-transclusion") (url "https://github.com/nobiot/org-transclusion")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0pjk6686ss50s9ws014if9mnixsf9m53z1d7bvkbx09lq3jqa7ry")))) (base32 "0ix5l8cjcafw8lqhkmwa3cpdw6cbpx65k0iww426nxya849y61yx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
@ -17223,7 +17224,7 @@ present in different buffers at the same time without copy-and-pasting it.
Edit the source of the content, and you can refresh the transcluded copies to Edit the source of the content, and you can refresh the transcluded copies to
the up-to-date state. Org-transclusion keeps your files clear of the the up-to-date state. Org-transclusion keeps your files clear of the
transcluded copies, leaving only the links to the original content.") transcluded copies, leaving only the links to the original content.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-disable-mouse (define-public emacs-disable-mouse
(package (package