gnu: emacs-org-static-blog: Update to 1.6.0.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.6.0.
This commit is contained in:
parent
1aecb0c574
commit
0a4827a96b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
(define-public emacs-org-static-blog
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-static-blog")
|
(name "emacs-org-static-blog")
|
||||||
(version "1.5.0")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -29928,7 +29928,7 @@ All entries in a specified TODO state will be carried over to the next day.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1p9v40mm8p25b9xgfahwqqx4c36aqnl9yyjjdhkp6x5xkhkdf7by"))))
|
(base32 "0p3bhnp91x65xr5d40kdmyj7vgyq62bvq3b1gfwv7881sh8p6hr9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/bastibe/org-static-blog")
|
(home-page "https://github.com/bastibe/org-static-blog")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in a new issue