[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/84: gnu: emacs-org-noter: Update to 1.6.1.
From: |
guix-commits |
Subject: |
83/84: gnu: emacs-org-noter: Update to 1.6.1. |
Date: |
Tue, 24 Dec 2024 09:29:19 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 566cb576566dc37624bf102c4f91a10c118b152f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 24 15:26:44 2024 +0100
gnu: emacs-org-noter: Update to 1.6.1.
* gnu/packages/emacs-xyz.scm (emacs-org-noter): Update to 1.6.1.
[native-inputs]: Add emacs-log4e and emacs-with-simulated-input.
Change-Id: If8e7644ef36a3feeb6960924b2395358185b16f6
---
gnu/packages/emacs-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f8aac25688..b7a38dd364 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35375,20 +35375,22 @@ text-property translator.")
(define-public emacs-org-noter
(package
(name "emacs-org-noter")
- (version "1.4.1")
+ (version "1.6.1")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/weirdNox/org-noter")
- (commit version)))
+ (url "https://github.com/org-noter/org-noter")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1vwfpdi7hfkxx4vi0cwg7rvqby3i0mymzdkyzrqzv30dazmcjpag"))))
+ "14n9bq0vxz6gnd5d8nzfc327647iww7gxly43rd4lw7fza8dk380"))))
(build-system emacs-build-system)
+ (arguments (list #:exclude #~(list "emacs-devel.el")))
+ (native-inputs (list emacs-log4e emacs-with-simulated-input))
(propagated-inputs (list emacs-org))
- (home-page "https://github.com/weirdNox/org-noter")
+ (home-page "https://github.com/org-noter/org-noter")
(synopsis "Synchronized, Org-mode, document annotator")
(description
"This package lets you create notes that are kept in sync when you
- 58/84: gnu: emacs-org-modern: Update to 1.6., (continued)
- 58/84: gnu: emacs-org-modern: Update to 1.6., guix-commits, 2024/12/24
- 62/84: gnu: emacs-activities: Update to 0.7.2., guix-commits, 2024/12/24
- 61/84: gnu: emacs-emacsql: Fix build., guix-commits, 2024/12/24
- 65/84: gnu: emacs-bluetooth: Update to 0.4.1., guix-commits, 2024/12/24
- 63/84: gnu: emacs-treeview: Update to 1.3.0., guix-commits, 2024/12/24
- 68/84: gnu: emacs-ob-asymptote: Update to 1.0.1., guix-commits, 2024/12/24
- 75/84: gnu: emacs-inspector: Update to 0.38., guix-commits, 2024/12/24
- 79/84: gnu: emacs-tmr: Update to 1.0.0., guix-commits, 2024/12/24
- 77/84: gnu: emacs-constants: Update to 2.11.1., guix-commits, 2024/12/24
- 84/84: gnu: emacs-code-cells: Update to 0.5., guix-commits, 2024/12/24
- 83/84: gnu: emacs-org-noter: Update to 1.6.1.,
guix-commits <=
- 31/84: gnu: emacs-pg: Update to 0.45., guix-commits, 2024/12/24
- 36/84: gnu: emacs-ebib: Update to 2.48., guix-commits, 2024/12/24
- 38/84: gnu: emacs-logview: Update to 0.19., guix-commits, 2024/12/24
- 81/84: gnu: emacs-pulsar: Update to 1.2.0., guix-commits, 2024/12/24
- 46/84: gnu: emacs-casual-avy: Update to 2.0.1., guix-commits, 2024/12/24
- 51/84: gnu: Add emacs-tp., guix-commits, 2024/12/24
- 55/84: gnu: Add emacs-el-job., guix-commits, 2024/12/24
- 60/84: gnu: xournalpp: Update to 1.2.5., guix-commits, 2024/12/24
- 71/84: gnu: emacs-opencl-mode: Update to 2.0., guix-commits, 2024/12/24
- 43/84: gnu: emacs-dape: Update to 0.19.0., guix-commits, 2024/12/24