mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: emacs-dired-hacks: Update to 0.0.1-2.886befe.
* gnu/packages/emacs-xyz.scm (emacs-dired-hacks): Update to 0.0.1-2.886befe. [description]: Use full sentences. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
f94ae7d472
commit
003d153783
1 changed files with 7 additions and 6 deletions
|
@ -8680,12 +8680,11 @@ (define-public emacs-eimp
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public emacs-dired-hacks
|
(define-public emacs-dired-hacks
|
||||||
(let ((commit "2c1234592aee91dcd9401bcd67213e6a4a464fd9")
|
(let ((commit "886befe113fae397407c804f72c45613d1d43535")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-dired-hacks")
|
(name "emacs-dired-hacks")
|
||||||
(version (string-append "0.0.1-" revision "."
|
(version (git-version "0.0.1" revision commit))
|
||||||
(string-take commit 7)))
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -8694,7 +8693,7 @@ (define-public emacs-dired-hacks
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g7mky41cahpryzj6frdgzdymknpqq7pidzfjj9304887kijmhj3"))))
|
"1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
@ -8705,7 +8704,9 @@ (define-public emacs-dired-hacks
|
||||||
(synopsis
|
(synopsis
|
||||||
"Collection of useful dired additions")
|
"Collection of useful dired additions")
|
||||||
(description
|
(description
|
||||||
"Collection of Emacs dired mode additions:
|
"This package provides the following collection of Emacs dired mode
|
||||||
|
additions:
|
||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item dired-avfs
|
@item dired-avfs
|
||||||
@item dired-columns
|
@item dired-columns
|
||||||
|
|
Loading…
Reference in a new issue