guix-commits
[Top][All Lists]
Advanced

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

179/329: gnu: ghc-tls-session-manager: Update to 0.0.3.


From: guix-commits
Subject: 179/329: gnu: ghc-tls-session-manager: Update to 0.0.3.
Date: Wed, 20 Nov 2019 21:17:54 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit f9c6af6516e175e3be8ceb3ed9493b288b743b65
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:10:56 2019 -0400

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

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 4e2e151..83a87be 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -590,7 +590,7 @@ based WAI (Web Application Interface in Haskell).")
 (define-public ghc-tls-session-manager
   (package
   (name "ghc-tls-session-manager")
-  (version "0.0.0.2")
+  (version "0.0.3")
   (source
     (origin
       (method url-fetch)
@@ -600,7 +600,7 @@ based WAI (Web Application Interface in Haskell).")
              version ".tar.gz"))
       (sha256
         (base32
-          "0rvmln545vghsx8zhxp44f0f6pzma8cylarmfhhysy55ipywr1n5"))))
+          "0k57flqp2b4bipafiyfipnqmdqv04ky39yr4s4s9sx577zz2j2yi"))))
   (build-system haskell-build-system)
   (inputs
     `(("ghc-auto-update" ,ghc-auto-update)



reply via email to

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