guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: emacs-denote: Update to 1.2.0.


From: guix-commits
Subject: 07/08: gnu: emacs-denote: Update to 1.2.0.
Date: Fri, 16 Dec 2022 12:36:09 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit fb9ddff29ebafc13389c9a2975006b42748fc580
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 16 18:29:44 2022 +0100

    gnu: emacs-denote: Update to 1.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-denote): Update to 1.2.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 dc5503ba57..b2d14ad5b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14922,7 +14922,7 @@ you to deal with multiple log levels.")
 (define-public emacs-denote
   (package
     (name "emacs-denote")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -14931,7 +14931,7 @@ you to deal with multiple log levels.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "05ckjx1a2cydp46pd8y36safhj95pqi6lm4vs0vr6q3a858bxf8b"))))
+        (base32 "0cglzccbqpcppb9s3phhszskkxp2wd0582jv85qhawxabfzyzkj3"))))
     (build-system emacs-build-system)
     (native-inputs (list texinfo))
     (home-page "https://protesilaos.com/emacs/denote/";)



reply via email to

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