mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-org-contrib: Fix version to 20200907.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Version 20200908 does not exist yet, use the last one on ELPA.
This commit is contained in:
parent
057d584b98
commit
200aaaeebc
1 changed files with 1 additions and 1 deletions
|
@ -9658,7 +9658,7 @@ (define-public emacs-org-contrib
|
|||
(package
|
||||
(inherit emacs-org)
|
||||
(name "emacs-org-contrib")
|
||||
(version "20200908")
|
||||
(version "20200907")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Reference in a new issue