gnu: emacs-org, emacs-org-contrib: Update to 9.1.9.

* gnu/packages/emacs.scm (emacs-org):
(emacs-org-contrib): Update to 20180327, a.k.a. release 9.1.9.
This commit is contained in:
Nicolas Goaziou 2018-03-27 23:29:52 +02:00
parent 78ba71b0b4
commit 5bd43f7fd1
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 3 additions and 3 deletions

View File

@ -4502,14 +4502,14 @@ passive voice.")
(name "emacs-org") (name "emacs-org")
;; emacs-org-contrib inherits from this package. Please update its sha256 ;; emacs-org-contrib inherits from this package. Please update its sha256
;; checksum as well. ;; checksum as well.
(version "20180226") (version "20180327")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://orgmode.org/elpa/org-" (uri (string-append "https://orgmode.org/elpa/org-"
version ".tar")) version ".tar"))
(sha256 (sha256
(base32 (base32
"0jqvry6gah1bwnryha4asynj13jyds3qim0xcy7s01rxk99m2ziy")))) "0xmlzlxf15996sd3gj3naiz383d17ngjd9963p4h9kssrkjlwljy"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://orgmode.org/") (home-page "https://orgmode.org/")
(synopsis "Outline-based notes management and organizer") (synopsis "Outline-based notes management and organizer")
@ -4529,7 +4529,7 @@ reproducible research.")
(package-version emacs-org) ".tar")) (package-version emacs-org) ".tar"))
(sha256 (sha256
(base32 (base32
"034wp70hcqnpidji5k1k80mj35iyyy098nbvc2sl7i2aca4m03zc")))) "1nqn7m1x9w5y356ylv5hia6v62pqfz9g3rzjbiffjxyyc34xvpfm"))))
(arguments (arguments
`(#:modules ((guix build emacs-build-system) `(#:modules ((guix build emacs-build-system)
(guix build utils) (guix build utils)