Skip to content

Commit

Permalink
Update -guix-path to ~/.config/guix/current
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Jun 26, 2018
1 parent b41f8f2 commit a82a25a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion helm-system-packages-brew.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

;; Author: Arnaud Hoffmann <[email protected]>
;; 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

Expand Down
2 changes: 1 addition & 1 deletion helm-system-packages-dpkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

;; Author: Pierre Neidhardt <[email protected]>
;; 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

Expand Down
4 changes: 2 additions & 2 deletions helm-system-packages-guix.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

;; Author: Pierre Neidhardt <[email protected]>
;; 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

Expand Down Expand Up @@ -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 ()
Expand Down
2 changes: 1 addition & 1 deletion helm-system-packages-pacman.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

;; Author: Pierre Neidhardt <[email protected]>
;; 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

Expand Down
2 changes: 1 addition & 1 deletion helm-system-packages-portage.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Author: Thierry Volpiatto <[email protected]>
;; Maintainer: Pierre Neidhardt <[email protected]>
;; 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

Expand Down
2 changes: 1 addition & 1 deletion helm-system-packages-xbps.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

;; Author: Pierre Neidhardt <[email protected]>
;; 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

Expand Down
2 changes: 1 addition & 1 deletion helm-system-packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

;; Author: Pierre Neidhardt <[email protected]>
;; 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

Expand Down
2 changes: 1 addition & 1 deletion stand-alone/helm-system-packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
##
## Author: Pierre Neidhardt <[email protected]>
## 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
Expand Down

0 comments on commit a82a25a

Please sign in to comment.