guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-journal: Update to 2.1.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-journal: Update to 2.1.2.
Date: Sat, 06 Feb 2021 08:36:32 -0500

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 e655452  gnu: emacs-org-journal: Update to 2.1.2.
e655452 is described below

commit e6554523afb83eb8be913e45c9c6f7a324a4e2bf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 6 14:36:08 2021 +0100

    gnu: emacs-org-journal: Update to 2.1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-journal): Update to 2.1.2.
---
 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 2a56330..ebd71e1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25867,7 +25867,7 @@ Files} (@url{http://tools.ietf.org/html/rfc4180}).")
 (define-public emacs-org-journal
   (package
     (name "emacs-org-journal")
-    (version "2.1.1")
+    (version "2.1.2")
     (source
      (origin
        (method git-fetch)
@@ -25876,7 +25876,7 @@ Files} (@url{http://tools.ietf.org/html/rfc4180}).")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1p9i6v3bwi1ab576vc9qg1ki91197d6nkkg857s52zsan1zlkzzw"))))
+        (base32 "0s82sh2svc0mzr1ak414n5r2j0dmwvvyx4swk2c61zivc2gjd778"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/bastibe/org-journal";)
     (synopsis "Simple Org mode journaling mode")



reply via email to

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