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

* gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.10.1.
This commit is contained in:
Pierre Neidhardt 2018-09-11 23:34:12 +02:00
parent 1afd1fbf3c
commit 475e16578f
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -5673,7 +5673,7 @@ Yasnippet.")
(define-public emacs-helm-system-packages (define-public emacs-helm-system-packages
(package (package
(name "emacs-helm-system-packages") (name "emacs-helm-system-packages")
(version "1.10.0") (version "1.10.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -5682,7 +5682,7 @@ Yasnippet.")
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"0y5wzvfycb1bvgdk782xyl744fih43vz14wmq6gcqjarw6xfniz5")))) "01by0c4lqi2cw8xmbxkjw7m9x78zssm31sx4hdpw5j35s2951j0f"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-helm" ,emacs-helm))) `(("emacs-helm" ,emacs-helm)))