gnu: emacs-haskell-mode: Update to 17.2.

* gnu/packages/emacs-xyz.scm (emacs-haskell-mode): Update to 17.2.
This commit is contained in:
Nicolas Goaziou 2020-10-14 22:00:46 +02:00
parent 2e0ab8c991
commit aeb2245914
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -936,16 +936,16 @@ (define-public emacs-unpackaged-el
(define-public emacs-haskell-mode
(package
(name "emacs-haskell-mode")
(version "17.1")
(version "17.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/haskell/haskell-mode")
(commit (string-append "v" version))))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0izcasi2v02zh08c863h43m8mmsldzy8pck43cllrfn0zf24v2qn"))))
(base32 "0zxbacqzr84krmhqpvzndnvlcjh1gs1x20ys0dykgd7chyhci5j5"))))
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))
(native-inputs