mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: emacs-orglink: Update to 1.2.2.
* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.2.
This commit is contained in:
parent
ba09b3739c
commit
90368a1c64
1 changed files with 2 additions and 2 deletions
|
@ -35151,7 +35151,7 @@ (define-public emacs-org-webring
|
||||||
(define-public emacs-orglink
|
(define-public emacs-orglink
|
||||||
(package
|
(package
|
||||||
(name "emacs-orglink")
|
(name "emacs-orglink")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -35160,7 +35160,7 @@ (define-public emacs-orglink
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05x8alv4a8c1g9l8v8p319vcr0y7w1i2r6ipj0v3dy4n2gh7v822"))))
|
(base32 "0jkk6jiqmsns1pb0almaihyz6c3lim0r6l4x75qp7448p46q2him"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
|
|
Loading…
Reference in a new issue