mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-all-the-icons-dired: Update to 1.0-2-fc2dfa1.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 1.0-2-fc2dfa1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
636caba168
commit
8dea0a52e0
1 changed files with 3 additions and 3 deletions
|
@ -22833,9 +22833,9 @@ (define-public emacs-vdiff-magit
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-all-the-icons-dired
|
||||
(let ((commit "980b7747d6c4a7992a1ec56afad908956db0a519")
|
||||
(let ((commit "fc2dfa1e9eb8bf1c402a675e7089638d702a27a5")
|
||||
(version "1.0")
|
||||
(revision "1"))
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-all-the-icons-dired")
|
||||
(version (git-version version revision commit))
|
||||
|
@ -22848,7 +22848,7 @@ (define-public emacs-all-the-icons-dired
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pvbgyxfj4j205nj1r02045f1y4wgavdsk7f45hxkkhms1rj8jyy"))))
|
||||
"0zhyhz4lhx0d8wwh1xxxf7ck4s621fk9757ql2ypxbr4iqh7sjlp"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-all-the-icons" ,emacs-all-the-icons)))
|
||||
|
|
Loading…
Reference in a new issue