Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-haskell-mode): Update to 17.4.
This commit is contained in:
Nicolas Goaziou 2023-09-02 22:59:19 +02:00
parent 14af4efae8
commit caf018db5f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2288,20 +2288,18 @@ replacement.")
(license license:gpl3+))))
(define-public emacs-haskell-mode
(let ((revision "0")
(commit "5a9f8072c7b9168f0a8409adf9d62a3e4ad4ea3d"))
(package
(name "emacs-haskell-mode")
(version (git-version "17.2" revision commit))
(version "17.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/haskell/haskell-mode")
(commit commit)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0np1wrwdq7b9hpqpl9liampacnkx6diphyk8h2sbz2mfn9qr7pxs"))))
(base32 "03j94fgw1bljbjqmikbn9mnrfifxf7g9zrb727zmnnrjwyi0wd4n"))))
(propagated-inputs
(list emacs-dash))
(native-inputs
@ -2380,7 +2378,7 @@ replacement.")
(description
"This is an Emacs mode for editing, debugging and developing Haskell
programs.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-dante
(package