guix-commits
[Top][All Lists]
Advanced

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

184/257: gnu: ghc-tls: Update to 1.4.1.


From: Ricardo Wurmus
Subject: 184/257: gnu: ghc-tls: Update to 1.4.1.
Date: Thu, 27 Sep 2018 15:47:26 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit d2067352669fc135ef5206d9d571c642f905dea1
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:42:50 2018 -0400

    gnu: ghc-tls: Update to 1.4.1.
    
    * gnu/packages/tls.scm (ghc-tls): Update to 1.4.1.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 6c4c64e..bf46298 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -871,14 +871,14 @@ coding footprint.")
 (define-public ghc-tls
   (package
     (name "ghc-tls")
-    (version "1.3.8")
+    (version "1.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "tls/tls-" version ".tar.gz"))
               (sha256
                (base32
-                "1rdidf18i781c0vdvy9yn79yh08hmcacf6fp3sgghyiy3h0wyh5l"))))
+                "1y083724mym28n6xfaz7pcc7zqxdhjpaxpbvzxfbs25qq2px3smv"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-cereal" ,ghc-cereal)



reply via email to

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