guix-commits
[Top][All Lists]
Advanced

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

65/249: gnu: ghc-cereal: Update to 0.5.8.1.


From: guix-commits
Subject: 65/249: gnu: ghc-cereal: Update to 0.5.8.1.
Date: Thu, 31 Oct 2019 23:49:29 -0400 (EDT)

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

commit bd9f8a0357ea9575f5fde8fa9afbbe836946f4ed
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:01:11 2019 -0400

    gnu: ghc-cereal: Update to 0.5.8.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-cereal): Update to 0.5.8.1.
---
 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 f4d342b..1d1d1f4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1310,7 +1310,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)
@@ -1320,7 +1320,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)



reply via email to

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