gnu: emacs-org-dynamic-agenda: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda): Update to 0.3.1.master
parent
e576f2ac3b
commit
b346b93d41
|
@ -31333,7 +31333,7 @@ current tree.")
|
||||||
(define-public emacs-org-dynamic-agenda
|
(define-public emacs-org-dynamic-agenda
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-dynamic-agenda")
|
(name "emacs-org-dynamic-agenda")
|
||||||
(version "0.2.0")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -31342,7 +31342,7 @@ current tree.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1yw5ns7ar5mbj8yfhd6m5kigssb3csxjhwvmjggksq1557w1ypmx"))))
|
(base32 "0g59ckcrc9qd0h78qwq4qm3kn97nvnc2a0yj4g3fh74wr1mg80ad"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:include
|
(list #:include
|
||||||
|
|
Reference in New Issue