guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: hlint: Update to 2.1.1.


From: Tobias Geerinckx-Rice
Subject: 04/09: gnu: hlint: Update to 2.1.1.
Date: Sun, 25 Mar 2018 14:03:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5b367a1adefb27bb335bffb0d9b2b96604ae7862
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 25 17:48:34 2018 +0200

    gnu: hlint: Update to 2.1.1.
    
    * gnu/packages/haskell.scm (hlint): Update to 2.1.1.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4fc2b40..0bc8e52 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1080,7 +1080,7 @@ specify refactorings without depending on GHC.")
 (define-public hlint
   (package
     (name "hlint")
-    (version "2.1")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
@@ -1089,7 +1089,7 @@ specify refactorings without depending on GHC.")
              "/" name "-" version ".tar.gz"))
        (sha256
         (base32
-         "13chm0dhh1fn2iy3flnh7ahc3yzh8q0v10qxwd1739sywhykayg9"))))
+         "0mmfavd158l5ig5wb1b1zbhbraj8hhqvbk4mg85n6c8ndpr4grd4"))))
     (build-system haskell-build-system)
     (inputs
      `(("cpphs" ,cpphs)



reply via email to

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