gnu: emacs-org-static-blog: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.5.0.
This commit is contained in:
parent
57e6d4e37e
commit
55c812c070
1 changed files with 2 additions and 2 deletions
|
@ -26988,7 +26988,7 @@ (define-public emacs-org-journal
|
|||
(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 @@ (define-public emacs-org-static-blog
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue