diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-29 15:54:06 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-29 16:16:46 +0200 |
commit | 55c812c070f0c5a0e973f2e1190227667db67713 (patch) | |
tree | 26b69b3ebd2ede3efb104706615ed926720f2e4f /gnu | |
parent | 57e6d4e37e5c917a563f739321cdd9ae156563fa (diff) | |
download | guix-55c812c070f0c5a0e973f2e1190227667db67713.tar.gz guix-55c812c070f0c5a0e973f2e1190227667db67713.zip |
gnu: emacs-org-static-blog: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.5.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 ca165daeda..2f2412d2f1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26988,7 +26988,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.4.0") + (version "1.5.0") (source (origin (method git-fetch) @@ -26997,7 +26997,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 "00yhgxg87mfaflrkh0i905hr873yd03a7znw5hkrps43zxha9kb9")))) + (base32 "1p9v40mm8p25b9xgfahwqqx4c36aqnl9yyjjdhkp6x5xkhkdf7by")))) (build-system emacs-build-system) (home-page "https://github.com/bastibe/org-static-blog") (synopsis |