guix-commits
[Top][All Lists]
Advanced

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

39/63: gnu: emacs-org-static-blog: Update to 1.5.0.


From: guix-commits
Subject: 39/63: gnu: emacs-org-static-blog: Update to 1.5.0.
Date: Sat, 29 May 2021 10:17:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 55c812c070f0c5a0e973f2e1190227667db67713
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:54:06 2021 +0200

    gnu: emacs-org-static-blog: Update to 1.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.5.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ca165da..2f2412d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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
   (package
     (name "emacs-org-static-blog")
-    (version "1.4.0")
+    (version "1.5.0")
     (source
      (origin
        (method git-fetch)
@@ -26997,7 +26997,7 @@ All entries in a specified TODO state will be carried 
over to the next day.")
              (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



reply via email to

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