mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-31 21:11:31 +02:00
gnu: emacs-org-contrib: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.7. [propagated-inputs]: Remove emacs-org. [arguments]: Disable #:tests?. Change-Id: I88d6b1d82a387d1c3a1cb5e9e19d4f57b7f8b524
This commit is contained in:
committed by
Ian Eure
parent
fc1626c772
commit
e7bd4f1eb1
@@ -20143,7 +20143,7 @@ components required by the produced @file{.tex} file.")
|
||||
(define-public emacs-org-contrib
|
||||
(package
|
||||
(name "emacs-org-contrib")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -20152,12 +20152,11 @@ components required by the produced @file{.tex} file.")
|
||||
(commit (string-append "release_" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08m3aa8vsrlkacbvindjwqzviv5r8i9a0vzsrl8rx01xq5b0zd42"))))
|
||||
(base32 "1mjgfpjs32hnsj631mvmwrwxqvdb6clj3j077xmfrrp80r25gvqx"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:lisp-directory "lisp"))
|
||||
(propagated-inputs
|
||||
(list emacs-org))
|
||||
(list #:tests? #f ;no tests
|
||||
#:lisp-directory "lisp"))
|
||||
(home-page "https://git.sr.ht/~bzg/org-contrib")
|
||||
(synopsis "Unmaintained add-ons for Org mode")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user