From a82a25a94a670b36e34c5ae192f41b4a104955e5 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 26 Jun 2018 17:31:40 +0200 Subject: [PATCH] Update -guix-path to ~/.config/guix/current --- helm-system-packages-brew.el | 2 +- helm-system-packages-dpkg.el | 2 +- helm-system-packages-guix.el | 4 ++-- helm-system-packages-pacman.el | 2 +- helm-system-packages-portage.el | 2 +- helm-system-packages-xbps.el | 2 +- helm-system-packages.el | 2 +- stand-alone/helm-system-packages | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helm-system-packages-brew.el b/helm-system-packages-brew.el index ce846c2..4deee0a 100644 --- a/helm-system-packages-brew.el +++ b/helm-system-packages-brew.el @@ -5,7 +5,7 @@ ;; Author: Arnaud Hoffmann ;; URL: https://github.com/emacs-helm/helm-system-packages -;; Version: 1.9.0 +;; Version: 1.10.0 ;; Package-Requires: ((emacs "25.1") (helm "2.8.6")) ;; Keywords: helm, packages diff --git a/helm-system-packages-dpkg.el b/helm-system-packages-dpkg.el index 30dce8e..2995d1b 100644 --- a/helm-system-packages-dpkg.el +++ b/helm-system-packages-dpkg.el @@ -5,7 +5,7 @@ ;; Author: Pierre Neidhardt ;; URL: https://github.com/emacs-helm/helm-system-packages -;; Version: 1.9.0 +;; Version: 1.10.0 ;; Package-Requires: ((emacs "24.4") (helm "2.8.6")) ;; Keywords: helm, packages diff --git a/helm-system-packages-guix.el b/helm-system-packages-guix.el index 822dfa6..56a4d34 100644 --- a/helm-system-packages-guix.el +++ b/helm-system-packages-guix.el @@ -5,7 +5,7 @@ ;; Author: Pierre Neidhardt ;; URL: https://github.com/emacs-helm/helm-system-packages -;; Version: 1.9.0 +;; Version: 1.10.0 ;; Package-Requires: ((emacs "25") (helm "2.8.6")) ;; Keywords: helm, guix, packages @@ -104,7 +104,7 @@ Requirements: "Filename of the cache storing all Guix package descriptions.") (defvar helm-system-packages-guix-path - (expand-file-name "latest" "~/.config/guix") + (expand-file-name "current" "~/.config/guix") "Path to the latest guix checkout.") (defun helm-system-packages-guix-cache-file-get () diff --git a/helm-system-packages-pacman.el b/helm-system-packages-pacman.el index 03282c2..97eabeb 100644 --- a/helm-system-packages-pacman.el +++ b/helm-system-packages-pacman.el @@ -5,7 +5,7 @@ ;; Author: Pierre Neidhardt ;; URL: https://github.com/emacs-helm/helm-system-packages -;; Version: 1.9.0 +;; Version: 1.10.0 ;; Package-Requires: ((emacs "24.4") (helm "2.8.6")) ;; Keywords: helm, packages diff --git a/helm-system-packages-portage.el b/helm-system-packages-portage.el index d2fc3cd..b639f0e 100644 --- a/helm-system-packages-portage.el +++ b/helm-system-packages-portage.el @@ -6,7 +6,7 @@ ;; Author: Thierry Volpiatto ;; Maintainer: Pierre Neidhardt ;; URL: https://github.com/emacs-helm/helm-system-packages -;; Version: 1.9.0 +;; Version: 1.10.0 ;; Package-Requires: ((emacs "24.4") (helm "2.8.6")) ;; Keywords: helm, packages diff --git a/helm-system-packages-xbps.el b/helm-system-packages-xbps.el index ec50f9f..1b521de 100644 --- a/helm-system-packages-xbps.el +++ b/helm-system-packages-xbps.el @@ -5,7 +5,7 @@ ;; Author: Pierre Neidhardt ;; URL: https://github.com/emacs-helm/helm-system-packages -;; Version: 1.9.0 +;; Version: 1.10.0 ;; Package-Requires: ((emacs "24.4") (helm "2.8.6")) ;; Keywords: helm, packages diff --git a/helm-system-packages.el b/helm-system-packages.el index 06be23d..fad7285 100644 --- a/helm-system-packages.el +++ b/helm-system-packages.el @@ -5,7 +5,7 @@ ;; Author: Pierre Neidhardt ;; URL: https://github.com/emacs-helm/helm-system-packages -;; Version: 1.9.0 +;; Version: 1.10.0 ;; Package-Requires: ((emacs "24.4") (helm "2.8.6") (seq "1.8")) ;; Keywords: helm, packages diff --git a/stand-alone/helm-system-packages b/stand-alone/helm-system-packages index 0514be8..2a88567 100755 --- a/stand-alone/helm-system-packages +++ b/stand-alone/helm-system-packages @@ -4,7 +4,7 @@ ## ## Author: Pierre Neidhardt ## URL: https://github.com/emacs-helm/helm-system-packages -## Version: 1.9.0 +## Version: 1.10.0 ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by