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

commit c7aa7b0e02622360f6ea9103a44a02505736e1c1
Author: Timothy Sample <[email protected]>
Date:   Thu Oct 31 12:54:49 2019 -0400

    gnu: ghc-weigh: Update to 0.0.14.
    
    * gnu/packages/haskell-xyz.scm (ghc-weigh): Update to 0.0.14.
---
 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 3733fe3..7a20d00 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11577,7 +11577,7 @@ widths to the Char type.")
 (define-public ghc-weigh
   (package
     (name "ghc-weigh")
-    (version "0.0.12")
+    (version "0.0.14")
     (source
      (origin
        (method url-fetch)
@@ -11585,7 +11585,7 @@ widths to the Char type.")
                            "weigh-" version ".tar.gz"))
        (sha256
         (base32
-         "0zw2a997gxgdzqmd7j730kxgynzmjvvlkw84dajmfzf1v9pbij7x"))))
+         "0l85marb5rl9nr1c0id42dnr5i9fk1jciy5h6lywhb34w3hbj61g"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-split" ,ghc-split)

Reply via email to