mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: emacs-orglink: Update to 1.2.7.
* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.7. Change-Id: I00d888c269751746031be02b690620bf9735dc3a
This commit is contained in:
@@ -43181,7 +43181,7 @@ displayed for sharing.")
|
|||||||
(define-public emacs-orglink
|
(define-public emacs-orglink
|
||||||
(package
|
(package
|
||||||
(name "emacs-orglink")
|
(name "emacs-orglink")
|
||||||
(version "1.2.5")
|
(version "1.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -43190,7 +43190,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 "0i6qm2vsz9csi7zxlwdfh26pvq86bdjznxiixydh11czkzdv3s3v"))))
|
(base32 "0any5ff30v6qaf687hrga8x20wlpkf6ggqmnjdvxal0csnrnijbg"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no tests
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|||||||
Reference in New Issue
Block a user