gnu: emacs-dired-preview: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-dired-preview): Update to 0.2.0. [source]: Switch to GitHub repository. Change-Id: I6d8fa702404ca1ecc082aea32eed3add8507fda2
This commit is contained in:
parent
a619ad1263
commit
58b1f0b93c
1 changed files with 3 additions and 3 deletions
|
@ -28835,16 +28835,16 @@ buffer displays recursive dir sizes.")
|
||||||
(define-public emacs-dired-preview
|
(define-public emacs-dired-preview
|
||||||
(package
|
(package
|
||||||
(name "emacs-dired-preview")
|
(name "emacs-dired-preview")
|
||||||
(version "0.1.0")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.sr.ht/~protesilaos/dired-preview")
|
(url "https://github.com/protesilaos/dired-preview")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d485812k1rv0qrw4xvzv4z3qf370apsajnf4q3pjk3q0r1fpm8b"))))
|
"0sq3dvix7lx9am0alliq4l5zaz20nld7fr2rnsyxrjqqlahf9a91"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://protesilaos.com/emacs/dired-preview")
|
(home-page "https://protesilaos.com/emacs/dired-preview")
|
||||||
(synopsis "Automatically preview file at point in Dired")
|
(synopsis "Automatically preview file at point in Dired")
|
||||||
|
|
Reference in a new issue