mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-contrib: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.4. [source]: Remove now unnecessary snippet. [propagated-inputs]: Remove EMACS-ARDUINO-MODE.
This commit is contained in:
parent
5299ee228f
commit
92f64f833a
1 changed files with 3 additions and 13 deletions
|
@ -13284,7 +13284,7 @@ programming and reproducible research.")
|
||||||
(define-public emacs-org-contrib
|
(define-public emacs-org-contrib
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-contrib")
|
(name "emacs-org-contrib")
|
||||||
(version "0.3")
|
(version "0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13293,16 +13293,7 @@ programming and reproducible research.")
|
||||||
(commit (string-append "release_" version))))
|
(commit (string-append "release_" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17aca4mc3gbdh6nhlcaa5ymh1yy76nwysrvy9sfcqkzvd5lgagzc"))
|
(base32 "06b1rpywj596nnnap6pj6fnmcq8fcc4i30zv7qsvs3ryxciw01fb"))))
|
||||||
;; XXX: ob-sclang.el is packaged separately to avoid the dependency on
|
|
||||||
;; SuperCollider and qtwebengine-5. This will be unnecessary in 0.4+
|
|
||||||
;; release as the file is going to be removed from the repository.
|
|
||||||
|
|
||||||
;; XXX: org-contacts.el is now maintained in a separate repository and
|
|
||||||
;; will soon be removed from org-contrib
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet '(begin (delete-file "lisp/ob-sclang.el")
|
|
||||||
(delete-file "lisp/org-contacts.el")))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -13313,8 +13304,7 @@ programming and reproducible research.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-cider))
|
(list emacs-cider))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-arduino-mode ;XXX: remove after 0.4+ release.
|
(list emacs-org))
|
||||||
emacs-org))
|
|
||||||
(home-page "https://git.sr.ht/~bzg/org-contrib")
|
(home-page "https://git.sr.ht/~bzg/org-contrib")
|
||||||
(synopsis "Unmaintained add-ons for Org mode")
|
(synopsis "Unmaintained add-ons for Org mode")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue