guix-commits
[Top][All Lists]
Advanced

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

221/249: gnu: ghc-persistent-template: Update to 2.6.0.


From: guix-commits
Subject: 221/249: gnu: ghc-persistent-template: Update to 2.6.0.
Date: Thu, 31 Oct 2019 23:50:06 -0400 (EDT)

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

commit 4dd3e00464b1fefce4682e883d380f37a4e32155
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:29:47 2019 -0400

    gnu: ghc-persistent-template: Update to 2.6.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-persistent-template): Update to 2.6.0.
---
 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 fa69d5a..69b3ff7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7644,7 +7644,7 @@ system dependencies.")
 (define-public ghc-persistent-template
   (package
     (name "ghc-persistent-template")
-    (version "2.5.4")
+    (version "2.6.0")
     (source
      (origin
        (method url-fetch)
@@ -7653,7 +7653,7 @@ system dependencies.")
                            "persistent-template-" version ".tar.gz"))
        (sha256
         (base32
-         "008afcy7zbw7bzp9jww8gdldb51kfm0fg4p0x4xcp61gx4679bjc"))))
+         "0wr1z2nfrl6jv1lprxb0d2jw4izqfcbcwvkdrhryzg95gjz8ryjv"))))
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision



reply via email to

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