mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
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
This commit is contained in:
parent
663648b7bb
commit
566cb57656
1 changed files with 7 additions and 5 deletions
|
@ -35375,20 +35375,22 @@ text-property translator.")
|
||||||
(define-public emacs-org-noter
|
(define-public emacs-org-noter
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-noter")
|
(name "emacs-org-noter")
|
||||||
(version "1.4.1")
|
(version "1.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/weirdNox/org-noter")
|
(url "https://github.com/org-noter/org-noter")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vwfpdi7hfkxx4vi0cwg7rvqby3i0mymzdkyzrqzv30dazmcjpag"))))
|
"14n9bq0vxz6gnd5d8nzfc327647iww7gxly43rd4lw7fza8dk380"))))
|
||||||
(build-system emacs-build-system)
|
(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))
|
(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")
|
(synopsis "Synchronized, Org-mode, document annotator")
|
||||||
(description
|
(description
|
||||||
"This package lets you create notes that are kept in sync when you
|
"This package lets you create notes that are kept in sync when you
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue