guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-denote: Update to 1.1.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-denote: Update to 1.1.0.
Date: Mon, 31 Oct 2022 19:15:15 -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 96387f01b6 gnu: emacs-denote: Update to 1.1.0.
96387f01b6 is described below

commit 96387f01b61fa046cc835773057a9452a1df2727
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 1 00:14:26 2022 +0100

    gnu: emacs-denote: Update to 1.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-denote): Update to 1.1.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 141846f952..aa90958390 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14465,7 +14465,7 @@ you to deal with multiple log levels.")
 (define-public emacs-denote
   (package
     (name "emacs-denote")
-    (version "0.6.0")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -14474,7 +14474,7 @@ you to deal with multiple log levels.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wqrl2fdprmgffxg5xak881gs0g4ffdy2n8wcb4wbz3f6anhfaa5"))))
+        (base32 "05ckjx1a2cydp46pd8y36safhj95pqi6lm4vs0vr6q3a858bxf8b"))))
     (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]