gnu: emacs-helm: Update to 3.6.3.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.3.
This commit is contained in:
Pierre Neidhardt 2020-06-22 15:05:46 +02:00
parent 561aeefb0b
commit a0dccc71a6
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -7909,7 +7909,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm
(package
(name "emacs-helm")
(version "3.6.2")
(version "3.6.3")
(source
(origin
(method git-fetch)
@ -7918,7 +7918,7 @@ ack, ag, helm and pt.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0bf2glydc0vhp52z8zg8phmsglb63nac15zd82zr35dscc50bzrb"))))
(base32 "175v0x2w3if2r9k5l8n7gf256v9y8zwxwgfnpm3j4bldrnyxqjg0"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)