me
/
guix
Archived
1
0
Fork 0

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

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Id009309ba4c5ad1d7db860e5748318cfe5a587bb
master
Dakota Logan 2024-01-21 23:29:34 +01:00 committed by Nicolas Goaziou
parent ddf2c7a1d2
commit ecae012c80
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -38481,7 +38481,7 @@ Fennel code within Emacs.")
(define-public emacs-org-modern
(package
(name "emacs-org-modern")
(version "0.10")
(version "1.1")
(source
(origin
(method git-fetch)
@ -38489,7 +38489,7 @@ Fennel code within Emacs.")
(url "https://github.com/minad/org-modern")
(commit version)))
(sha256
(base32 "0fpc6pf1chjs9bb4m9hzacny3cdxvnpvwsf0vrbbz3vy9sf1a30c"))
(base32 "1nanv3rnrjldr2gd55hn2w8j4zcm6b9jq1qica3m7iyq187ygbdg"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat))