mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-orglink: Update to 1.2.5.
* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.5. Change-Id: I2d469a39c6d21199bef6e186845dd2a33aebb94d
This commit is contained in:
parent
1ee9c1b645
commit
bff8e33cdf
1 changed files with 2 additions and 2 deletions
|
@ -40380,7 +40380,7 @@ displayed for sharing.")
|
|||
(define-public emacs-orglink
|
||||
(package
|
||||
(name "emacs-orglink")
|
||||
(version "1.2.4")
|
||||
(version "1.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -40389,7 +40389,7 @@ displayed for sharing.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mmaaacpiwzd63qi9f7xi0giqn411vj0330wyxh5kgi5kls360ba"))))
|
||||
(base32 "0i6qm2vsz9csi7zxlwdfh26pvq86bdjznxiixydh11czkzdv3s3v"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue