guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: emacs-helm-eww: Update to 20180511.


From: Pierre Neidhardt
Subject: 01/09: gnu: emacs-helm-eww: Update to 20180511.
Date: Sun, 22 Jul 2018 15:01:42 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit db4c03e24906b0d1b2ea817fbabace0b8c48bd92
Author: Pierre Neidhardt <address@hidden>
Date:   Sun Jul 22 19:41:59 2018 +0200

    gnu: emacs-helm-eww: Update to 20180511.
    
    * gnu/packages/emacs.scm (emacs-helm-eww): Update to 20180511.
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



reply via email to

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