guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-helm-eww: Update to 1.2.


From: guix-commits
Subject: 01/02: gnu: emacs-helm-eww: Update to 1.2.
Date: Fri, 15 Mar 2019 05:14:42 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 98a1ca7eb291a3887b5f69c63b6f518685618c88
Author: Pierre Neidhardt <address@hidden>
Date:   Fri Mar 15 10:14:19 2019 +0100

    gnu: emacs-helm-eww: Update to 1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-eww): Update to 1.2.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c917cca..7d2b7ad 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]