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>
master
Brian Leung 2019-08-02 06:30:30 +02:00 committed by Ricardo Wurmus
parent f94ae7d472
commit 003d153783
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 6 deletions

View File

@ -8680,12 +8680,11 @@ the actual transformations.")
(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 @@ the actual transformations.")
(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 @@ the actual transformations.")
(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