gnu: emacs-all-the-icons-dired: Update to 2.0.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 2.0. [source]<origin>: Update URI. [home-page]: Update URL.master
parent
38a11e5fba
commit
3f772eb427
|
@ -26081,30 +26081,27 @@ based on diff output.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-all-the-icons-dired
|
(define-public emacs-all-the-icons-dired
|
||||||
(let ((commit "fc2dfa1e9eb8bf1c402a675e7089638d702a27a5")
|
(package
|
||||||
(version "1.0")
|
(name "emacs-all-the-icons-dired")
|
||||||
(revision "2"))
|
(version "2.0")
|
||||||
(package
|
(source
|
||||||
(name "emacs-all-the-icons-dired")
|
(origin
|
||||||
(version (git-version version revision commit))
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/wyuenho/all-the-icons-dired")
|
||||||
(method git-fetch)
|
(commit version)))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/jtbm37/all-the-icons-dired/")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"1shla7nyhml9m3g81p6yy8k4pdq289gb42900xzfp7zl4qvnm2vy"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(propagated-inputs
|
||||||
"0zhyhz4lhx0d8wwh1xxxf7ck4s621fk9757ql2ypxbr4iqh7sjlp"))))
|
(list emacs-all-the-icons))
|
||||||
(build-system emacs-build-system)
|
(home-page "https://github.com/wyuenho/all-the-icons-dired")
|
||||||
(propagated-inputs
|
(synopsis "Show icons for each file in @code{dired-mode}")
|
||||||
(list emacs-all-the-icons))
|
(description "This package allows icons from @file{all-the-icons.el} to
|
||||||
(home-page "https://github.com/jtbm37/all-the-icons-dired/")
|
|
||||||
(synopsis "Show icons for each file in @code{dired-mode}")
|
|
||||||
(description "This package allows icons from @file{all-the-icons.el} to
|
|
||||||
be used in @code{dired-mode}.")
|
be used in @code{dired-mode}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-all-the-icons-ibuffer
|
(define-public emacs-all-the-icons-ibuffer
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue