gnu: emacs-org-noter: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-org-noter): Update to 1.4.1.master
parent
46e1095d89
commit
05899b8146
|
@ -19195,17 +19195,17 @@ 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.3.0")
|
(version "1.4.1")
|
||||||
(source
|
(source
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1hczwva73gsyanl1ldhdvql01gy0hy2g861yzkaklyb763sx58x4"))))
|
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/weirdNox/org-noter.git")
|
(url "https://github.com/weirdNox/org-noter.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1vwfpdi7hfkxx4vi0cwg7rvqby3i0mymzdkyzrqzv30dazmcjpag"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-org" ,emacs-org)))
|
(propagated-inputs `(("emacs-org" ,emacs-org)))
|
||||||
(home-page "https://github.com/weirdNox/org-noter")
|
(home-page "https://github.com/weirdNox/org-noter")
|
||||||
|
|
Reference in New Issue