From 05899b814697fae3c0bcfa739982214dfb2183d0 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Mon, 9 Dec 2019 23:02:31 -0600 Subject: gnu: emacs-org-noter: Update to 1.4.1. * gnu/packages/emacs-xyz.scm (emacs-org-noter): Update to 1.4.1. --- gnu/packages/emacs-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 37a43e6067..be947e2c57 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -19195,17 +19195,17 @@ text-property translator.") (define-public emacs-org-noter (package (name "emacs-org-noter") - (version "1.3.0") + (version "1.4.1") (source - (sha256 - (base32 - "1hczwva73gsyanl1ldhdvql01gy0hy2g861yzkaklyb763sx58x4")))) (origin (method git-fetch) (uri (git-reference (url "https://github.com/weirdNox/org-noter.git") (commit version))) (file-name (git-file-name name version)) + (sha256 + (base32 + "1vwfpdi7hfkxx4vi0cwg7rvqby3i0mymzdkyzrqzv30dazmcjpag")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-org" ,emacs-org))) (home-page "https://github.com/weirdNox/org-noter") -- cgit v1.2.3