diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-12-16 18:29:44 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-12-16 18:34:18 +0100 |
commit | fb9ddff29ebafc13389c9a2975006b42748fc580 (patch) | |
tree | 39074a085907f8a41e9451f27fb0a2d3671a45b2 | |
parent | 59eb7d8bc120185a3f91929f207a274314b90fe3 (diff) |
gnu: emacs-denote: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 1.2.0.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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/") |