lbraun pushed a commit to branch wip-stackage-18.14
in repository guix.

commit 137fc0357b5fac38a9cfdfa74ab9daf7dfe989a0
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Mon Oct 25 14:28:38 2021 +0200

    gnu: ghc-persistent: Update to 2.13.2.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-persistent): Update to 2.13.2.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 491c3dc..43af6ca 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9835,7 +9835,7 @@ syntax and semantics as Perl 5.")
 (define-public ghc-persistent
   (package
     (name "ghc-persistent")
-    (version "2.13.1.2")
+    (version "2.13.2.1")
     (source
      (origin
        (method url-fetch)
@@ -9844,7 +9844,7 @@ syntax and semantics as Perl 5.")
              "persistent-" version ".tar.gz"))
        (sha256
         (base32
-         "09si4h64i9drqr80a2sxpxhmsinacqx9bvsc3jah5zlm915q092y"))))
+         "13lp9i94f57qhifdmr1vnsrra34526f7kqa1sybcaj2jh2v3q85k"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-aeson" ,ghc-aeson)

Reply via email to