guix-commits
[Top][All Lists]
Advanced

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

131/249: gnu: ghc-weigh: Update to 0.0.14.


From: guix-commits
Subject: 131/249: gnu: ghc-weigh: Update to 0.0.14.
Date: Thu, 31 Oct 2019 23:49:46 -0400 (EDT)

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

commit cf9c9480191ac6c70ac8f02ebe341352b79e90b1
Author: Timothy Sample <address@hidden>
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 04d40ff..c0ca2d5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11441,7 +11441,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)
@@ -11449,7 +11449,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

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