Skip to content
Snippets Groups Projects
Unverified Commit 97dba387 authored by Nicolas Goaziou's avatar Nicolas Goaziou
Browse files

gnu: emacs-org-static-blog: Update to 1.3.0.

* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.3.0.
parent c1ec7149
No related branches found
No related tags found
No related merge requests found
...@@ -21764,24 +21764,20 @@ (define-public emacs-org-journal ...@@ -21764,24 +21764,20 @@ (define-public emacs-org-journal
(license license:bsd-3))) (license license:bsd-3)))
   
(define-public emacs-org-static-blog (define-public emacs-org-static-blog
;; Use the latest commit as the last release only contains half of the
;; current total commits. New release requested at
;; <https://github.com/bastibe/org-static-blog/issues/50>.
(package (package
(name "emacs-org-static-blog") (name "emacs-org-static-blog")
(version "20200117") (version "1.3.0")
(home-page "https://github.com/bastibe/org-static-blog")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url home-page) (url "https://github.com/bastibe/org-static-blog")
(commit "5c19300d7634e94ae813b1b66abc716fbb1e5fc9"))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "15iy3z8rglaqbx1fz14inh18ksgjsmq30b8hyv3lgjvcc9ssaiw0"))))
"1m7vmibjc6yk2npfrnnqd3g2099300r0q8mr8cvyivmk5ailbfrh"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/bastibe/org-static-blog")
(synopsis (synopsis
"Simple Org mode based static blog generator") "Simple Org mode based static blog generator")
(description (description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment