mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
46e1095d89
commit
05899b8146
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue