summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2019-03-15 10:14:19 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2019-03-15 10:14:19 +0100
commit98a1ca7eb291a3887b5f69c63b6f518685618c88 (patch)
tree49d6bfd3f95f001add537bbf54e108b704487a5f
parent4d0f20d91c1dd433bb383c4a0667b093b1d28c90 (diff)
downloadpatches-98a1ca7eb291a3887b5f69c63b6f518685618c88.tar
patches-98a1ca7eb291a3887b5f69c63b6f518685618c88.tar.gz
gnu: emacs-helm-eww: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-helm-eww): Update to 1.2.
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c917cca4d7..7d2b7ade06 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10698,7 +10698,7 @@ keep Parens and Indentation inline with one another.")
(define-public emacs-helm-eww
(package
(name "emacs-helm-eww")
- (version "1.1")
+ (version "1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -10707,7 +10707,7 @@ keep Parens and Indentation inline with one another.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0dvlp7y6kqc4azg5b7jx5lz2rwd0ia7y0y3hcj9y23zd88r73lg7"))))
+ "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))
(build-system emacs-build-system)