diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 10:01:11 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:05 -0500 |
commit | bd95427ea0bf09e9b0a34839e2809fd161bd38bb (patch) | |
tree | 342ac7a70ca6d28395da89f04f49a300e1da3972 | |
parent | fee444f56362299553a0bdbee596d9b3b8a1f449 (diff) | |
download | guix-bd95427ea0bf09e9b0a34839e2809fd161bd38bb.tar guix-bd95427ea0bf09e9b0a34839e2809fd161bd38bb.tar.gz |
gnu: ghc-cereal: Update to 0.5.8.1.
* gnu/packages/haskell-xyz.scm (ghc-cereal): Update to 0.5.8.1.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 3bd6c140fe..d970ab167c 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -1311,7 +1311,7 @@ the resulting type will be insensitive to cases.") (define-public ghc-cereal (package (name "ghc-cereal") - (version "0.5.7.0") + (version "0.5.8.1") (source (origin (method url-fetch) @@ -1321,7 +1321,7 @@ the resulting type will be insensitive to cases.") ".tar.gz")) (sha256 (base32 - "1j7imh2mzqcljld7sx0av69699955rpy3hzivi5723i6a9nszgbs")))) + "1mqvd1iwzr50az4y24332x3g3wsrzw8j1iwph02vr7jbjfn8i7id")))) (build-system haskell-build-system) (native-inputs `(("ghc-quickcheck" ,ghc-quickcheck) |