samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 66c95873ed58135a264a9e570042c4d07085572c
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 0c653e6..5682b59 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6855,7 +6855,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)
@@ -6864,7 +6864,7 @@ IPv4, IPv6 and MAC addresses.")
version ".tar.gz"))
(sha256
(base32
- "0igyisw2djg19v9vkna1rwf47k97mvkvk4bbkmswznvbm00z15gj"))))
+ "0cprfg4n0z62cnix1qrbc79bfdd4s50b05fj9m9hk6vm1pc3szq0"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hspec" ,ghc-hspec)