gnu: emacs-orglink: Update to 1.2.1.

* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.1.
[propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
Nicolas Goaziou 2023-05-21 14:29:44 +02:00
parent f2e98587ec
commit bd89aafdf9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -35013,7 +35013,7 @@ displayed for sharing.")
(define-public emacs-orglink (define-public emacs-orglink
(package (package
(name "emacs-orglink") (name "emacs-orglink")
(version "1.2.0") (version "1.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -35022,8 +35022,10 @@ displayed for sharing.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1619ly90vh2lla5rbw87a4n0rfal3wpbf7005jjiyv2ay88nc7l9")))) (base32 "05x8alv4a8c1g9l8v8p319vcr0y7w1i2r6ipj0v3dy4n2gh7v822"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/tarsius/orglink") (home-page "https://github.com/tarsius/orglink")
(synopsis "Use Org mode links in other modes") (synopsis "Use Org mode links in other modes")
(description "This library implements support for some Org mode link types (description "This library implements support for some Org mode link types