mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-download: Update to 0.2.0-0.c8be261.
* gnu/packages/emacs-xyz.scm (emacs-org-download): Update to 0.2.0-0.c8be261. [propagated-inputs]: Remove emacs-org. Change-Id: I55cb66e4e4d026d537730ac3671a2af67553ba42 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
9c6bc4a479
commit
a5526cef25
1 changed files with 8 additions and 5 deletions
|
@ -36571,11 +36571,13 @@ and searching through @code{Ctags} files.")
|
|||
(license license:expat))))
|
||||
|
||||
(define-public emacs-org-download
|
||||
(let ((commit "42ac361ef5502017e6fc1bceb00333eba90402f4")
|
||||
(revision "3"))
|
||||
;; The last tagged release is from 2018.
|
||||
(let ((commit "c8be2611786d1d8d666b7b4f73582de1093f25ac")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-org-download")
|
||||
(version (git-version "0.1.0" revision commit))
|
||||
;; Not released version.
|
||||
(version (git-version "0.2.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -36583,11 +36585,12 @@ and searching through @code{Ctags} files.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0cg4y7hy7xbq4vrbdicfzgvyaf3cjbx2zkqd4yl0y2garz71j99l"))))
|
||||
(base32
|
||||
"17i4fc0fy8icmw46i49y8vnmvf71r6zq7g2cz55f0v940b3g7ri7"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no actual tests
|
||||
(propagated-inputs
|
||||
(list emacs-org emacs-async))
|
||||
(list emacs-async))
|
||||
(home-page "https://github.com/abo-abo/org-download")
|
||||
(synopsis "Facilitate moving images")
|
||||
(description "This package provides utilities for managing image files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue