mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-orglink: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.0.
This commit is contained in:
parent
15fd8dacb5
commit
a98102bb34
1 changed files with 2 additions and 2 deletions
|
@ -28880,7 +28880,7 @@ (define-public emacs-org-webring
|
|||
(define-public emacs-orglink
|
||||
(package
|
||||
(name "emacs-orglink")
|
||||
(version "1.1.6")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28889,7 +28889,7 @@ (define-public emacs-orglink
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ipy1p2cr5i0465hchqazmgn9jrgwzbyrb3prfgkl7z2m1gd7fcg"))))
|
||||
(base32 "1619ly90vh2lla5rbw87a4n0rfal3wpbf7005jjiyv2ay88nc7l9"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/tarsius/orglink")
|
||||
(synopsis "Use Org mode links in other modes")
|
||||
|
|
Loading…
Reference in a new issue