mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-org-dynamic-agenda: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda): Update to 0.3.1.
This commit is contained in:
parent
e576f2ac3b
commit
b346b93d41
1 changed files with 2 additions and 2 deletions
|
@ -31333,7 +31333,7 @@ (define-public emacs-org-drill-table
|
|||
(define-public emacs-org-dynamic-agenda
|
||||
(package
|
||||
(name "emacs-org-dynamic-agenda")
|
||||
(version "0.2.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -31342,7 +31342,7 @@ (define-public emacs-org-dynamic-agenda
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1yw5ns7ar5mbj8yfhd6m5kigssb3csxjhwvmjggksq1557w1ypmx"))))
|
||||
(base32 "0g59ckcrc9qd0h78qwq4qm3kn97nvnc2a0yj4g3fh74wr1mg80ad"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:include
|
||||
|
|
Loading…
Reference in a new issue