guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-org-static-blog: Update to 1.3.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-static-blog: Update to 1.3.0.
Date: Wed, 18 Mar 2020 09:42:29 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 97dba38  gnu: emacs-org-static-blog: Update to 1.3.0.
97dba38 is described below

commit 97dba3876d90c1f988c3c962520a8b368f071bef
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Wed Mar 18 14:42:10 2020 +0100

    gnu: emacs-org-static-blog: Update to 1.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.3.0.
---
 gnu/packages/emacs-xyz.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 723a1b2..298cfb2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21764,24 +21764,20 @@ All entries in a specified TODO state will be carried 
over to the next day.")
     (license license:bsd-3)))
 
 (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
     (name "emacs-org-static-blog")
-    (version "20200117")
-    (home-page "https://github.com/bastibe/org-static-blog";)
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url home-page)
-             (commit "5c19300d7634e94ae813b1b66abc716fbb1e5fc9")))
+             (url "https://github.com/bastibe/org-static-blog";)
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1m7vmibjc6yk2npfrnnqd3g2099300r0q8mr8cvyivmk5ailbfrh"))))
+        (base32 "15iy3z8rglaqbx1fz14inh18ksgjsmq30b8hyv3lgjvcc9ssaiw0"))))
     (build-system emacs-build-system)
+    (home-page "https://github.com/bastibe/org-static-blog";)
     (synopsis
      "Simple Org mode based static blog generator")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]