mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-helm-system-packages: Update to 1.10.2.
* gnu/packages/emacs-xyz.scm (emacs-helm-system-packages): Update to 1.10.2.
This commit is contained in:
parent
e365f8b26c
commit
2980b726d3
1 changed files with 31 additions and 35 deletions
|
@ -10712,22 +10712,18 @@ Yasnippet.")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public emacs-helm-system-packages
|
(define-public emacs-helm-system-packages
|
||||||
;; There won't be a new release after 1.10.1 until
|
|
||||||
;; https://github.com/emacs-helm/helm-system-packages/issues/25 is fixed,
|
|
||||||
;; and latest commits fix import issues with Guix.
|
|
||||||
(let ((commit "6572340f41611ef1991e9612d34d59130957ee4a"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-system-packages")
|
(name "emacs-helm-system-packages")
|
||||||
(version (git-version "1.10.1" "1" commit))
|
(version "1.10.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/emacs-helm/helm-system-packages")
|
(url "https://github.com/emacs-helm/helm-system-packages")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mcz6vkpk12vsyd37xv1rbg4v442sxc3lj8yxskqg294xbdaclz4"))))
|
"13a8jpj4wwm0yjv8hnsizgjf8wi3r2ap87lyvw7g4c7snp2dydwa"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("recutils" ,recutils)))
|
`(("recutils" ,recutils)))
|
||||||
|
@ -10751,7 +10747,7 @@ 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-helm-org-rifle
|
(define-public emacs-helm-org-rifle
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue