summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:27:05 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:16 -0500
commitc07e16dd2cf0b80da9ea9a08e42ba8b6be89f12b (patch)
tree84cc441d287e2023ff0d50cb997d861b489f4aa9 /gnu
parentd443a52a5648a3a35e85c717ac8e8b72b76ea69a (diff)
downloadguix-patches-c07e16dd2cf0b80da9ea9a08e42ba8b6be89f12b.tar
guix-patches-c07e16dd2cf0b80da9ea9a08e42ba8b6be89f12b.tar.gz
gnu: ghc-newtype-generics: Update to 0.5.4.
* gnu/packages/haskell-xyz.scm (ghc-newtype-generics): Update to 0.5.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9518ca3cb8..2f56849f28 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6909,7 +6909,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)
@@ -6918,7 +6918,7 @@ IPv4, IPv6 and MAC addresses.")
version ".tar.gz"))
(sha256
(base32
- "0igyisw2djg19v9vkna1rwf47k97mvkvk4bbkmswznvbm00z15gj"))))
+ "0cprfg4n0z62cnix1qrbc79bfdd4s50b05fj9m9hk6vm1pc3szq0"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hspec" ,ghc-hspec)