diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-13 15:17:04 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-13 15:17:04 +0200 |
commit | 0a4827a96b8b41feb32e949435eb6181a02d8687 (patch) | |
tree | 0e246df05c4870157d66efb80b007b3a1efd46ea /gnu | |
parent | 1aecb0c574ef763be75ea630ef84492201c2b937 (diff) | |
download | guix-0a4827a96b8b41feb32e949435eb6181a02d8687.tar guix-0a4827a96b8b41feb32e949435eb6181a02d8687.tar.gz |
gnu: emacs-org-static-blog: Update to 1.6.0.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.6.0.
Diffstat (limited to 'gnu')
-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 83970e2edb..ff752c2bcd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -29919,7 +29919,7 @@ All entries in a specified TODO state will be carried over to the next day.") (define-public emacs-org-static-blog (package (name "emacs-org-static-blog") - (version "1.5.0") + (version "1.6.0") (source (origin (method git-fetch) @@ -29928,7 +29928,7 @@ All entries in a specified TODO state will be carried over to the next day.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1p9v40mm8p25b9xgfahwqqx4c36aqnl9yyjjdhkp6x5xkhkdf7by")))) + (base32 "0p3bhnp91x65xr5d40kdmyj7vgyq62bvq3b1gfwv7881sh8p6hr9")))) (build-system emacs-build-system) (home-page "https://github.com/bastibe/org-static-blog") (synopsis |