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:
parent
4d48e277ca
commit
e15ec8bcec
|
@ -10644,18 +10644,21 @@ 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
|
||||||
|
;; emacs-org-sidebar depends on a newer commit than the latest release version.
|
||||||
|
(let ((commit "375bde4ca72494ac88a2a9738754f047fe45cc4e")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-super-agenda")
|
(name "emacs-org-super-agenda")
|
||||||
(version "1.1")
|
(version (git-version "1.1.1" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/alphapapa/org-super-agenda")
|
(url "https://github.com/alphapapa/org-super-agenda")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vzf91lsxnhwf52kvm8ycpf0wb9c8l91689vyhwgv4wz8q6cvjwp"))))
|
"0hrwf02fqjm0d9gj146ax67ib76093qpqh7066dcxj2gy20625yj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-org" ,emacs-org)
|
`(("emacs-org" ,emacs-org)
|
||||||
|
@ -10666,7 +10669,7 @@ as well as functions for navigating between these headings.")
|
||||||
(synopsis "Supercharged Org agenda")
|
(synopsis "Supercharged Org agenda")
|
||||||
(description "This package allows items in the Org agenda to be grouped
|
(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
|
||||||
|
|
Loading…
Reference in New Issue