mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dired-preview: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-dired-preview): Update to 0.3.0. Change-Id: Ie2d726b0be7042baa5bb136717f86748491f1846
This commit is contained in:
parent
0c99b75f52
commit
3f381ec7bb
1 changed files with 2 additions and 2 deletions
|
@ -29533,7 +29533,7 @@ buffer displays recursive dir sizes.")
|
|||
(define-public emacs-dired-preview
|
||||
(package
|
||||
(name "emacs-dired-preview")
|
||||
(version "0.2.0")
|
||||
(version "0.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -29542,7 +29542,7 @@ buffer displays recursive dir sizes.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sq3dvix7lx9am0alliq4l5zaz20nld7fr2rnsyxrjqqlahf9a91"))))
|
||||
"0b4alhlksbckifdmjl6dqzq55dhqcsjzj5w52zhmsp8cx5is7214"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://protesilaos.com/emacs/dired-preview")
|
||||
(synopsis "Automatically preview file at point in Dired")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue