me
/
guix
Archived
1
0
Fork 0

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

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
jgart via Guix-patches via 2022-07-17 16:29:15 -05:00 committed by Nicolas Goaziou
parent b8e17dc223
commit c8b9740fec
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -31704,7 +31704,7 @@ Fennel code within Emacs.")
(define-public emacs-org-modern
(package
(name "emacs-org-modern")
(version "0.3")
(version "0.4")
(source
(origin
(method git-fetch)
@ -31712,7 +31712,7 @@ Fennel code within Emacs.")
(url "https://github.com/minad/org-modern")
(commit version)))
(sha256
(base32 "187fxw2rg0kw1d2binpa32ckp67r4v10j6ypr077g9qn6nkmyvvn"))
(base32 "0af9dzp9n3882kvsp3q4008hffq1mp9hjl964mlp5j8vay3x7qbz"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/org-modern")