guix-commits
[Top][All Lists]
Advanced

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

27/45: gnu: ghc-persistent: Update to 2.13.2.1.


From: guix-commits
Subject: 27/45: gnu: ghc-persistent: Update to 2.13.2.1.
Date: Tue, 2 Nov 2021 05:07:54 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 254f201b2e221634e4f916ae7d5965c225115ff4
Author: Lars-Dominik Braun <lars@6xq.net>
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

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