me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-modern: Update to 0.10.

* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.10.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Ahmad Draidi 2023-07-13 21:52:37 +04:00 committed by 宋文武
parent 3ec8acd3df
commit 7a6294ba05
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -36762,7 +36762,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 "0.9") (version "0.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -36770,7 +36770,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 "16c74vff882rx8yp4ybaydlg5774xz68iasajhidbn0fb4fhz8ph")) (base32 "0fpc6pf1chjs9bb4m9hzacny3cdxvnpvwsf0vrbbz3vy9sf1a30c"))
(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))