gnu: emacs-helm-eww: Update to 1.2.

* gnu/packages/emacs-xyz.scm (emacs-helm-eww): Update to 1.2.
This commit is contained in:
Pierre Neidhardt 2019-03-15 10:14:19 +01:00
parent 4d0f20d91c
commit 98a1ca7eb2
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -10698,7 +10698,7 @@ (define-public emacs-parinfer-mode
(define-public emacs-helm-eww (define-public emacs-helm-eww
(package (package
(name "emacs-helm-eww") (name "emacs-helm-eww")
(version "1.1") (version "1.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -10707,7 +10707,7 @@ (define-public emacs-helm-eww
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"0dvlp7y6kqc4azg5b7jx5lz2rwd0ia7y0y3hcj9y23zd88r73lg7")))) "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
(propagated-inputs (propagated-inputs
`(("emacs-helm" ,emacs-helm))) `(("emacs-helm" ,emacs-helm)))
(build-system emacs-build-system) (build-system emacs-build-system)