mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
46f9854a5d
commit
6307d22b6c
1 changed files with 3 additions and 2 deletions
|
@ -40686,7 +40686,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)
|
||||
|
@ -40695,8 +40695,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue