guix-commits
[Top][All Lists]
Advanced

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

245/290: gnu: ghc-persistent: Update to 2.9.2.


From: guix-commits
Subject: 245/290: gnu: ghc-persistent: Update to 2.9.2.
Date: Wed, 6 Nov 2019 08:23:21 -0500 (EST)

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

commit 2c37bf8e21f090d680f43d0d3f6d36ad781fd39e
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:25:04 2019 -0400

    gnu: ghc-persistent: Update to 2.9.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-persistent): Update to 2.9.2.
---
 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 0028fee..76f43f0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7773,7 +7773,7 @@ syntax and semantics as Perl 5.")
 (define-public ghc-persistent
   (package
     (name "ghc-persistent")
-    (version "2.8.2")
+    (version "2.9.2")
     (source
      (origin
        (method url-fetch)
@@ -7782,7 +7782,7 @@ syntax and semantics as Perl 5.")
                            "persistent-" version ".tar.gz"))
        (sha256
         (base32
-         "1h0yijbf1yiwl50klyafy4ln99j8bib4kgbzviw7fc4y4mwv4sv9"))))
+         "1wsa3kn427v88a6r0vwr6mz23snik2krbsgc8zqp18xajqn5szj9"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-old-locale" ,ghc-old-locale)
               ("ghc-conduit" ,ghc-conduit)



reply via email to

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