From d7a65f1e910aa41684d4cff62014312420848341 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 22 May 2024 09:33:18 +0300 Subject: [PATCH] gnu: emacs-denote: Update to 2.3.0. * gnu/packages/emacs-xyz.scm (emacs-denote): Update source location and bump version to 2.3.0. Change-Id: I573db7f285832bf27659b33274e1d592d1c5aa45 Signed-off-by: Nicolas Goaziou --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index fd145036a07916ff24657c1b86b2c386722999f7..4ca9eff671fbb01f9eadd3224e7941e080ce7387 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17725,16 +17725,16 @@ you to deal with multiple log levels.") (define-public emacs-denote (package (name "emacs-denote") - (version "2.2.0") + (version "2.3.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://git.sr.ht/~protesilaos/denote") + (url "https://github.com/protesilaos/denote") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0w9r5d0br5hpay13vbx78ak2n0yy8bbwlaxnz4p5ggxiv8g5044q")))) + (base32 "03bjnb7si0672ipqh77r6mjp09ryljzqrfy9kq6y9ghpnxwvma6q")))) (build-system emacs-build-system) (native-inputs (list texinfo)) (home-page "https://protesilaos.com/emacs/denote/")