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

* gnu/packages/emacs.scm (emacs-helm-eww): Update to 20180511.
This commit is contained in:
Pierre Neidhardt 2018-07-22 19:41:59 +02:00
parent b9231c5c0c
commit db4c03e249
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -10232,10 +10232,10 @@ keep Parens and Indentation inline with one another.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-helm-eww (define-public emacs-helm-eww
(let ((commit "5d6c2c66d4694415ef8a16a6d38a37aeae76c5ac")) (let ((commit "1a09f11b2376dec8237df40140f056be8a256ef0"))
(package (package
(name "emacs-helm-eww") (name "emacs-helm-eww")
(version (git-version "0.1" "1" commit)) (version (git-version "0.1" "2" commit))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -10244,7 +10244,7 @@ keep Parens and Indentation inline with one another.")
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"1x442ylrr7cx587s4rvfh187h3qbkr79qp95qr57a4igxkkw6183")))) "1kqdjhz2xiqw3bxjhfl9namhqrkbc2x70gcv6ljljya5hbkm62sm"))))
(propagated-inputs (propagated-inputs
`(("emacs-helm" ,emacs-helm))) `(("emacs-helm" ,emacs-helm)))
(build-system emacs-build-system) (build-system emacs-build-system)