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

commit 718b991c6bbff621adabffa9f71d83ee73de2b7a
Author: Timothy Sample <[email protected]>
Date:   Thu Oct 31 10:27:05 2019 -0400

    gnu: ghc-newtype-generics: Update to 0.5.4.
    
    * gnu/packages/haskell-xyz.scm (ghc-newtype-generics): Update to 0.5.4.
---
 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 62c696e..22bdffc 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6871,7 +6871,7 @@ IPv4, IPv6 and MAC addresses.")
 (define-public ghc-newtype-generics
   (package
     (name "ghc-newtype-generics")
-    (version "0.5.3")
+    (version "0.5.4")
     (source
      (origin
        (method url-fetch)
@@ -6880,7 +6880,7 @@ IPv4, IPv6 and MAC addresses.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0igyisw2djg19v9vkna1rwf47k97mvkvk4bbkmswznvbm00z15gj"))))
+         "0cprfg4n0z62cnix1qrbc79bfdd4s50b05fj9m9hk6vm1pc3szq0"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)

Reply via email to