mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: emacs-orglink: Update to 1.2.4.
* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.4. Change-Id: I5ae726a670b7eed63901a1aa64601ceba3aa766b
This commit is contained in:
parent
0e4b7b9ed1
commit
ce6bea2e0a
1 changed files with 2 additions and 2 deletions
|
@ -38408,7 +38408,7 @@ displayed for sharing.")
|
||||||
(define-public emacs-orglink
|
(define-public emacs-orglink
|
||||||
(package
|
(package
|
||||||
(name "emacs-orglink")
|
(name "emacs-orglink")
|
||||||
(version "1.2.3")
|
(version "1.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -38417,7 +38417,7 @@ displayed for sharing.")
|
||||||
(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 "00lxfn78768kwp1sxcafzpycarqi7a9zsy4p22cjbp9vi6l8qx7j"))))
|
(base32 "1mmaaacpiwzd63qi9f7xi0giqn411vj0330wyxh5kgi5kls360ba"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
|
|
Loading…
Add table
Reference in a new issue