* [bug#31993] [PATCH] gnu: emacs-helm-system-packages: Update to 1.10.0.
@ 2018-06-28 12:20 Pierre Neidhardt
2018-07-03 15:34 ` bug#31993: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Pierre Neidhardt @ 2018-06-28 12:20 UTC (permalink / raw)
To: 31993
* gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.10.0.
---
gnu/packages/emacs.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 458c31dd0..0e1cea306 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5453,32 +5453,30 @@ Yasnippet.")
(license license:gpl2+))))
(define-public emacs-helm-system-packages
- (let ((commit "b41f8f251695cf236e9d1627070049a5b41aa38a")
- (revision "2"))
- (package
- (name "emacs-helm-system-packages")
- (version (git-version "1.9.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/emacs-helm/helm-system-packages")
- (commit commit)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1wrsx1j86c9a74nsdndjv21slzl46idd3p6wqy5wnasawj0kfn8r"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
- (home-page "https://github.com/emacs-helm/helm-system-packages")
- (synopsis "Helm System Packages is an interface to your package manager")
- (description "List all available packages in Helm (with installed
+ (package
+ (name "emacs-helm-system-packages")
+ (version "1.10.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacs-helm/helm-system-packages")
+ (commit (string-append "v" version))))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "0y5wzvfycb1bvgdk782xyl744fih43vz14wmq6gcqjarw6xfniz5"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-helm" ,emacs-helm)))
+ (home-page "https://github.com/emacs-helm/helm-system-packages")
+ (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
execute the desired action over any selections of packages: Install,
uninstall, display packages details (in Org Mode) or insert details at point,
find files owned by packages... And much more, including performing all the
above over the network.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-memoize
(package
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#31993: [PATCH] gnu: emacs-helm-system-packages: Update to 1.10.0.
2018-06-28 12:20 [bug#31993] [PATCH] gnu: emacs-helm-system-packages: Update to 1.10.0 Pierre Neidhardt
@ 2018-07-03 15:34 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-07-03 15:34 UTC (permalink / raw)
To: Pierre Neidhardt; +Cc: 31993-done
Pierre Neidhardt <ambrevar@gmail.com> skribis:
> * gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.10.0.
Applied, thanks!
Ludo'.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-03 15:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28 12:20 [bug#31993] [PATCH] gnu: emacs-helm-system-packages: Update to 1.10.0 Pierre Neidhardt
2018-07-03 15:34 ` bug#31993: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.