mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: emacs-org-static-blog: Update to 1.4.0.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.4.0.
This commit is contained in:
parent
2a3c37f503
commit
652b2be2b5
1 changed files with 2 additions and 2 deletions
|
@ -25893,7 +25893,7 @@ (define-public emacs-org-journal
|
|||
(define-public emacs-org-static-blog
|
||||
(package
|
||||
(name "emacs-org-static-blog")
|
||||
(version "1.3.0")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25902,7 +25902,7 @@ (define-public emacs-org-static-blog
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15iy3z8rglaqbx1fz14inh18ksgjsmq30b8hyv3lgjvcc9ssaiw0"))))
|
||||
(base32 "00yhgxg87mfaflrkh0i905hr873yd03a7znw5hkrps43zxha9kb9"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/bastibe/org-static-blog")
|
||||
(synopsis
|
||||
|
|
Loading…
Reference in a new issue