gnu: emacs-helm: Update to 3.6.2.
authorPierre Neidhardt <mail@ambrevar.xyz>
Tue, 9 Jun 2020 08:44:59 +0000 (10:44 +0200)
committerPierre Neidhardt <mail@ambrevar.xyz>
Tue, 9 Jun 2020 08:45:11 +0000 (10:45 +0200)
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.2.

gnu/packages/emacs-xyz.scm

index b44652f..946d01c 100644 (file)
@@ -7780,7 +7780,7 @@ ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.6.0")
+    (version "3.6.2")
     (source
      (origin
        (method git-fetch)
@@ -7789,7 +7789,7 @@ ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0miq2q52pbicijp7pmj0widk252qixswywc03d120s4hya2b7vd7"))))
+        (base32 "0bf2glydc0vhp52z8zg8phmsglb63nac15zd82zr35dscc50bzrb"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)