guix-commits
[Top][All Lists]
Advanced

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

157/328: gnu: ghc-hslogger: Update to 1.2.12.


From: guix-commits
Subject: 157/328: gnu: ghc-hslogger: Update to 1.2.12.
Date: Sat, 16 Nov 2019 19:32:58 -0500 (EST)

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

commit e6404c8fdfe21ffa721f3e4847de616f81593c20
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 12:59:40 2019 -0400

    gnu: ghc-hslogger: Update to 1.2.12.
    
    * gnu/packages/haskell-xyz.scm (ghc-hslogger): Update to 1.2.12.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 8a85ffd..a655fae 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4991,7 +4991,7 @@ MODS-format XML intermediate.")
 (define-public ghc-hslogger
   (package
     (name "ghc-hslogger")
-    (version "1.2.10")
+    (version "1.2.12")
     (source
      (origin
        (method url-fetch)
@@ -4999,7 +4999,7 @@ MODS-format XML intermediate.")
                            "hslogger-" version "/" "hslogger-"
                            version ".tar.gz"))
        (sha256 (base32
-                "0as5gvlh6pi2gflakp695qnlizyyp059dqrhvjl4gjxalja6xjnp"))))
+                "0ykcsk7wqygvrg60r5kpl6xfinr706al8pfyk5wj67wjs24lqypr"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-network" ,ghc-network)



reply via email to

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