gnu: emacs-org-download: Update to 0.1.0-3.42ac361.
* gnu/packages/emacs-xyz.scm (emacs-org-download): Update to 0.1.0-3.42ac361. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
3140cff981
commit
d1c4667845
1 changed files with 4 additions and 5 deletions
|
@ -21655,8 +21655,8 @@ and searching through @code{Ctags} files.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public emacs-org-download
|
(define-public emacs-org-download
|
||||||
(let ((commit "10c9d7c8eed928c88a896310c882e3af4d8d0f61")
|
(let ((commit "42ac361ef5502017e6fc1bceb00333eba90402f4")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-download")
|
(name "emacs-org-download")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version (git-version "0.1.0" revision commit))
|
||||||
|
@ -21665,10 +21665,9 @@ and searching through @code{Ctags} files.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/abo-abo/org-download")
|
(url "https://github.com/abo-abo/org-download")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1frd6wk8xfk2q9xczkzz90iily8l8f9fancvbqbnj263z120zzdl"))))
|
||||||
"0i8wlx1i7y1vn5lqwjifvymvszg28a07vwqcm4jslf1v2ajs1lsl"))
|
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-org" ,emacs-org)
|
`(("emacs-org" ,emacs-org)
|
||||||
|
|
Reference in a new issue