diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-08-13 16:35:58 +0200 |
---|---|---|
committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-08-13 16:37:30 +0200 |
commit | b7d4247d853d90582de0c7b92ff53542d5369146 (patch) | |
tree | 096af23f9c73c7063f0ef7f81b4fd487d1793eb3 | |
parent | e3fc9bcce2cfc26a60747c58f5c8c59cc8400785 (diff) | |
download | guix-b7d4247d853d90582de0c7b92ff53542d5369146.tar.gz |
gnu: emacs-helm-eww: Update to 20180725.
* gnu/packages/emacs.scm (emacs-helm-eww): Update to 20180725.
-rw-r--r-- | gnu/packages/emacs.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 3a8419ee83..87c667a3df 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -10197,10 +10197,10 @@ keep Parens and Indentation inline with one another.") (license license:gpl3+))) (define-public emacs-helm-eww - (let ((commit "1a09f11b2376dec8237df40140f056be8a256ef0")) + (let ((commit "9d36acc433bcf689598b1b4d7d47c9aeb84d6b44")) (package (name "emacs-helm-eww") - (version (git-version "0.1" "2" commit)) + (version (git-version "0.1" "3" commit)) (source (origin (method git-fetch) (uri (git-reference @@ -10209,7 +10209,7 @@ keep Parens and Indentation inline with one another.") (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "1kqdjhz2xiqw3bxjhfl9namhqrkbc2x70gcv6ljljya5hbkm62sm")))) + "06gnf84gx6qbhcw1h5jhjnvcdxkdpv0npm53x3pgqybbll5rn5dy")))) (propagated-inputs `(("emacs-helm" ,emacs-helm))) (build-system emacs-build-system) |