diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-02-27 00:32:06 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-02-27 00:32:06 +0100 |
| commit | 7ad05d8526388fec47b98d00fc04e7da38eb046d (patch) | |
| tree | 0588ead53e645449806f0a52ed9d71f625cd8eb4 | |
| parent | fcbb8461a4c733cbfb5ba25cb90f97116cf1e8bc (diff) | |
gnu: emacs-org, emacs-org-contrib: Update to 20180226
* gnu/packages/emacs.scm (emacs-org):
(emacs-org-contrib): Update to 20180226, aka Org 9.1.7.
| -rw-r--r-- | gnu/packages/emacs.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index e96dca66b24..bb3bf1cf8a7 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | ;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org> | 14 | ;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org> |
| 15 | ;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org> | 15 | ;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org> |
| 16 | ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com> | 16 | ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com> |
| 17 | ;;; Copyright © 2016, 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr> | 17 | ;;; Copyright © 2016, 2017, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr> |
| 18 | ;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com> | 18 | ;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com> |
| 19 | ;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net> | 19 | ;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net> |
| 20 | ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net> | 20 | ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net> |
| @@ -4549,14 +4549,14 @@ passive voice.") | |||
| 4549 | (name "emacs-org") | 4549 | (name "emacs-org") |
| 4550 | ;; emacs-org-contrib inherits from this package. Please update its sha256 | 4550 | ;; emacs-org-contrib inherits from this package. Please update its sha256 |
| 4551 | ;; checksum as well. | 4551 | ;; checksum as well. |
| 4552 | (version "20180103") | 4552 | (version "20180226") |
| 4553 | (source (origin | 4553 | (source (origin |
| 4554 | (method url-fetch) | 4554 | (method url-fetch) |
| 4555 | (uri (string-append "https://orgmode.org/elpa/org-" | 4555 | (uri (string-append "https://orgmode.org/elpa/org-" |
| 4556 | version ".tar")) | 4556 | version ".tar")) |
| 4557 | (sha256 | 4557 | (sha256 |
| 4558 | (base32 | 4558 | (base32 |
| 4559 | "1hyw9sigcv9wn37y2icmhf1czf0s3dgvsmn36355l95zsw7hnvgj")))) | 4559 | "0jqvry6gah1bwnryha4asynj13jyds3qim0xcy7s01rxk99m2ziy")))) |
| 4560 | (build-system emacs-build-system) | 4560 | (build-system emacs-build-system) |
| 4561 | (home-page "https://orgmode.org/") | 4561 | (home-page "https://orgmode.org/") |
| 4562 | (synopsis "Outline-based notes management and organizer") | 4562 | (synopsis "Outline-based notes management and organizer") |
| @@ -4576,7 +4576,7 @@ reproducible research.") | |||
| 4576 | (package-version emacs-org) ".tar")) | 4576 | (package-version emacs-org) ".tar")) |
| 4577 | (sha256 | 4577 | (sha256 |
| 4578 | (base32 | 4578 | (base32 |
| 4579 | "164i2asqh34p1g3iqsn7rziyxbi1ys8fwdmn7nsw5xph8qszv9zj")))) | 4579 | "034wp70hcqnpidji5k1k80mj35iyyy098nbvc2sl7i2aca4m03zc")))) |
| 4580 | (arguments | 4580 | (arguments |
| 4581 | `(#:modules ((guix build emacs-build-system) | 4581 | `(#:modules ((guix build emacs-build-system) |
| 4582 | (guix build utils) | 4582 | (guix build utils) |
