gnu: emacs-helm-system-packages: Update to 1.10.0.

* gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.10.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Pierre Neidhardt 2018-06-28 14:20:57 +02:00 committed by Ludovic Courtès
parent 53fc7a09f6
commit c1220498b0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 19 additions and 21 deletions

View File

@ -5474,32 +5474,30 @@ Yasnippet.")
(license license:gpl2+)))) (license license:gpl2+))))
(define-public emacs-helm-system-packages (define-public emacs-helm-system-packages
(let ((commit "b41f8f251695cf236e9d1627070049a5b41aa38a") (package
(revision "2")) (name "emacs-helm-system-packages")
(package (version "1.10.0")
(name "emacs-helm-system-packages") (source (origin
(version (git-version "1.9.0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/emacs-helm/helm-system-packages")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/emacs-helm/helm-system-packages") (file-name (string-append name "-" version "-checkout"))
(commit commit))) (sha256
(file-name (string-append name "-" version "-checkout")) (base32
(sha256 "0y5wzvfycb1bvgdk782xyl744fih43vz14wmq6gcqjarw6xfniz5"))))
(base32 (build-system emacs-build-system)
"1wrsx1j86c9a74nsdndjv21slzl46idd3p6wqy5wnasawj0kfn8r")))) (propagated-inputs
(build-system emacs-build-system) `(("emacs-helm" ,emacs-helm)))
(propagated-inputs (home-page "https://github.com/emacs-helm/helm-system-packages")
`(("emacs-helm" ,emacs-helm))) (synopsis "Helm System Packages is an interface to your package manager")
(home-page "https://github.com/emacs-helm/helm-system-packages") (description "List all available packages in Helm (with installed
(synopsis "Helm System Packages is an interface to your package manager")
(description "List all available packages in Helm (with installed
packages displayed in their own respective face). Fuzzy-search, mark and packages displayed in their own respective face). Fuzzy-search, mark and
execute the desired action over any selections of packages: Install, execute the desired action over any selections of packages: Install,
uninstall, display packages details (in Org Mode) or insert details at point, uninstall, display packages details (in Org Mode) or insert details at point,
find files owned by packages... And much more, including performing all the find files owned by packages... And much more, including performing all the
above over the network.") above over the network.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-memoize (define-public emacs-memoize
(package (package