gnu: emacs-dired-sidebar: Update to 0.2.0.

* gnu/packages/emacs-xyz.scm (emacs-dired-sidebar): Update to 0.2.0.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:15:08 +02:00
parent f3a15e5450
commit f22c1cb0ee
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13930,27 +13930,27 @@ (define-public emacs-dired-hacks
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-dired-sidebar (define-public emacs-dired-sidebar
(let ((commit "da77919081d9a4e73c2df63542353319381e4f89") (package
(revision "2")) (name "emacs-dired-sidebar")
(package (home-page "https://github.com/jojojames/dired-sidebar")
(name "emacs-dired-sidebar") (version "0.2.0")
(home-page "https://github.com/jojojames/dired-sidebar") (source
(version (git-version "0.1.0" revision commit)) (origin
(source (origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url home-page) (commit commit))) (url home-page)
(file-name (git-file-name name version)) (commit version)))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"05h56wdl2xvc8davnx83ypg20fl7wlks97cafa4r2yf141xjc05h")))) (base32 "090dqaqyjmkzrz4szjpk1iip0bdvb0frp4l79393f8ki8w7c16c1"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dired-subtree" ,emacs-dired-hacks))) `(("emacs-dired-subtree" ,emacs-dired-hacks)))
(synopsis "Sidebar for Emacs using Dired") (synopsis "Sidebar for Emacs using Dired")
(description (description
"This package provides a sidebar for Emacs similar to @code{NeoTree} "This package provides a sidebar for Emacs similar to @code{NeoTree}
or @code{treemacs}, but leveraging @code{Dired} to do the job of display.") or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-which-key (define-public emacs-which-key
(package (package