gnu: emacs-org-super-agenda: Update to 1.1.1-1.375bde4.

* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda): Update to
1.1.1-1.375bde4.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Brian Leung 2019-08-03 20:15:22 +02:00 committed by Ricardo Wurmus
parent 4d48e277ca
commit e15ec8bcec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 25 additions and 22 deletions

View File

@ -10644,29 +10644,32 @@ as well as functions for navigating between these headings.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-super-agenda (define-public emacs-org-super-agenda
(package ;; emacs-org-sidebar depends on a newer commit than the latest release version.
(name "emacs-org-super-agenda") (let ((commit "375bde4ca72494ac88a2a9738754f047fe45cc4e")
(version "1.1") (revision "1"))
(source (origin (package
(method git-fetch) (name "emacs-org-super-agenda")
(uri (git-reference (version (git-version "1.1.1" revision commit))
(url "https://github.com/alphapapa/org-super-agenda") (source (origin
(commit version))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://github.com/alphapapa/org-super-agenda")
(base32 (commit commit)))
"0vzf91lsxnhwf52kvm8ycpf0wb9c8l91689vyhwgv4wz8q6cvjwp")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(propagated-inputs (base32
`(("emacs-org" ,emacs-org) "0hrwf02fqjm0d9gj146ax67ib76093qpqh7066dcxj2gy20625yj"))))
("emacs-dash" ,emacs-dash) (build-system emacs-build-system)
("emacs-ht" ,emacs-ht) (propagated-inputs
("emacs-s" ,emacs-s))) `(("emacs-org" ,emacs-org)
(home-page "https://github.com/alphapapa/org-super-agenda") ("emacs-dash" ,emacs-dash)
(synopsis "Supercharged Org agenda") ("emacs-ht" ,emacs-ht)
(description "This package allows items in the Org agenda to be grouped ("emacs-s" ,emacs-s)))
(home-page "https://github.com/alphapapa/org-super-agenda")
(synopsis "Supercharged Org agenda")
(description "This package allows items in the Org agenda to be grouped
into sections while preserving the structure imposed by any timestamps.") into sections while preserving the structure imposed by any timestamps.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-org-make-toc (define-public emacs-org-make-toc
(package (package