lilyp pushed a commit to branch emacs-team in repository guix. commit 9894f4593dc43f583e1d6df4c5410229fce74b56 Author: Cayetano Santos <csant...@inventati.org> AuthorDate: Tue Apr 15 11:21:49 2025 +0200
gnu: emacs-org-static-blog: Update to 1.7.0. * gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.7.0. [arguments]: Disable tests. Change-Id: I27ce05717cf6efcecef4e2d5c414d427deafcb67 --- gnu/packages/emacs-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b4faac6684..f4dc31985c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -40393,7 +40393,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.6.0") + (version "1.7.0") (source (origin (method git-fetch) @@ -40402,8 +40402,9 @@ 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 "0p3bhnp91x65xr5d40kdmyj7vgyq62bvq3b1gfwv7881sh8p6hr9")))) + (base32 "1b07q89j153i7al78cg9pxaz93yk0qbdf4mwaalrwiqfkdbm5msn")))) (build-system emacs-build-system) + (arguments (list #:tests? #f)) ; no tests (home-page "https://github.com/bastibe/org-static-blog") (synopsis "Simple Org mode based static blog generator")