gnu: emacs-org-static-blog: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.5.0.master
parent
57e6d4e37e
commit
55c812c070
|
@ -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
|
(define-public emacs-org-static-blog
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-static-blog")
|
(name "emacs-org-static-blog")
|
||||||
(version "1.4.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -26997,7 +26997,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 "00yhgxg87mfaflrkh0i905hr873yd03a7znw5hkrps43zxha9kb9"))))
|
(base32 "1p9v40mm8p25b9xgfahwqqx4c36aqnl9yyjjdhkp6x5xkhkdf7by"))))
|
||||||
(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 New Issue