mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-modern: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.7. Change-Id: I3ddb1ef58186dd0ad1bf2d9410e2a984b6a3eede Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
fa0bbeaf67
commit
e04ae1c7ba
1 changed files with 11 additions and 11 deletions
|
@ -42108,7 +42108,7 @@ Fennel code within Emacs.")
|
||||||
(define-public emacs-org-modern
|
(define-public emacs-org-modern
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-modern")
|
(name "emacs-org-modern")
|
||||||
(version "1.6")
|
(version "1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -42116,7 +42116,7 @@ Fennel code within Emacs.")
|
||||||
(url "https://github.com/minad/org-modern")
|
(url "https://github.com/minad/org-modern")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a7viid1lrn02w1n4yjivjyssbd1qq850giqwnp3mrjf9adwzh2a"))
|
(base32 "04bmlwc81d8h8n10xb2nhwmcvn1701nr73hxajl6hasswzqqmh70"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-compat))
|
(propagated-inputs (list emacs-compat))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue