guix-commits
[Top][All Lists]
Advanced

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

124/249: gnu: ghc-genvalidity-property: Update to 0.4.0.0.


From: guix-commits
Subject: 124/249: gnu: ghc-genvalidity-property: Update to 0.4.0.0.
Date: Thu, 31 Oct 2019 23:49:45 -0400 (EDT)

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

commit d795af6c35866abc32b7ffab7f13c6d969eddb8b
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:30:28 2019 -0400

    gnu: ghc-genvalidity-property: Update to 0.4.0.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-genvalidity-property): Update to 
0.4.0.0.
---
 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 52ce6b8..7e6b3ee 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3841,7 +3841,7 @@ with the @code{Validity} typeclass.")
 (define-public ghc-genvalidity-property
   (package
     (name "ghc-genvalidity-property")
-    (version "0.2.1.1")
+    (version "0.4.0.0")
     (source
      (origin
        (method url-fetch)
@@ -3852,7 +3852,7 @@ with the @code{Validity} typeclass.")
              ".tar.gz"))
        (sha256
         (base32
-         "0cjw5i2pydidda9bnp6x37ylhxdk9g874x5sadr6sscg5kq85a1b"))))
+         "0zayycx62226w54rvkxwhvqhznsr33dk3ds55yyqrfqbnhvph1s9"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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