alexluigit/dirvish@73dcaa404d -> alexluigit/dirvish@4fe9c00894
This "lateral" bump buys us more time until doomemacs/doomemacs#6760 lands.
`dirvish`'s repository apparently rebased the commit we have pinned.
Visiting it gives us:
```
This commit does not belong to any branch on this repository, and may
belong to a fork outside of the repository.
```
Te new pinned version references the same commit contents, but on a new
position. They're correctly identified as identical by git. The new
commit also contains an explicitly reference to the old one:
```
Former-commit-id: 73dcaa4
```
Ref: 73dcaa404d..4fe9c00894
14 lines
679 B
EmacsLisp
14 lines
679 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/dired/packages.el
|
|
|
|
(package! diredfl :pin "f9140b2c42151dca669003d685c9f079b2e3dc37")
|
|
(package! dired-git-info :pin "9461476a28a5fec0784260f6e318237c662c3430")
|
|
(package! dired-rsync :pin "7940d9154d0a908693999b0e1ea351a6d365c93d")
|
|
(when (modulep! +ranger)
|
|
(package! ranger :pin "2498519cb21dcd5791d240607a72a204d1761668"))
|
|
(when (modulep! +dirvish)
|
|
(package! dirvish :pin "4fe9c00894304e99aca22ae4b6b656fe94b8f927"))
|
|
(when (and (modulep! +icons)
|
|
(not (modulep! +dirvish)))
|
|
(package! all-the-icons-dired :pin "5e9b097f9950cc9f86de922b07903a4e5fefc733"))
|
|
(package! fd-dired :pin "458464771bb220b6eb87ccfd4c985c436e57dc7e")
|