guix-commits
[Top][All Lists]
Advanced

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

141/328: gnu: ghc-weigh: Update to 0.0.14.


From: guix-commits
Subject: 141/328: gnu: ghc-weigh: Update to 0.0.14.
Date: Sat, 16 Nov 2019 19:32:54 -0500 (EST)

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

commit 490cf307e18f4da9dd9f94d3e28656bf8faa0bf3
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 f99dc24..9c08b96 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11615,7 +11615,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)
@@ -11623,7 +11623,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]