diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-18 18:32:16 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-18 18:32:16 +0200 |
commit | c9eac0c3553703385c997a70741348ae5d34dc68 (patch) | |
tree | edbc7c1d0127af773426d0bdb5227b05fcf14e82 /gnu/packages | |
parent | 2589997fab07bcebe6d87fd227852389ab5b1962 (diff) | |
download | guix-c9eac0c3553703385c997a70741348ae5d34dc68.tar.gz guix-c9eac0c3553703385c997a70741348ae5d34dc68.zip |
gnu: emacs-org-modern: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f184d327b8..0f02f48c01 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -33152,7 +33152,7 @@ Fennel code within Emacs.") (define-public emacs-org-modern (package (name "emacs-org-modern") - (version "0.4") + (version "0.5") (source (origin (method git-fetch) @@ -33160,7 +33160,7 @@ Fennel code within Emacs.") (url "https://github.com/minad/org-modern") (commit version))) (sha256 - (base32 "0af9dzp9n3882kvsp3q4008hffq1mp9hjl964mlp5j8vay3x7qbz")) + (base32 "1gny2p3w6ck5sarv6vap2y1lj6h9qaxbh7r7bzszb9qj8rhapk6q")) (file-name (git-file-name name version)))) (build-system emacs-build-system) (home-page "https://github.com/minad/org-modern") |