gnu: emacs-org-noter: Update to 1.4.1.

* gnu/packages/emacs-xyz.scm (emacs-org-noter): Update to 1.4.1.
This commit is contained in:
Brett Gilio 2019-12-09 23:02:31 -06:00
parent 46e1095d89
commit 05899b8146
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -19195,17 +19195,17 @@ (define-public emacs-xterm-color
(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")