guix-commits
[Top][All Lists]
Advanced

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

254/272: gnu: ghc-yesod: Update to 1.6.0.


From: Ricardo Wurmus
Subject: 254/272: gnu: ghc-yesod: Update to 1.6.0.
Date: Mon, 1 Oct 2018 06:13:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 662fd1a868ef11479030a00f5e485308c707da91
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 01:35:00 2018 -0400

    gnu: ghc-yesod: Update to 1.6.0.
    
    * gnu/packages/haskell-web.scm (ghc-yesod): Update to 1.6.0.
---
 gnu/packages/haskell-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 85b88aa..68dcd9e 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1216,7 +1216,7 @@ providing richtext field using Nic editor. ")
 (define-public ghc-yesod
   (package
     (name "ghc-yesod")
-    (version "1.4.5")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
@@ -1225,7 +1225,7 @@ providing richtext field using Nic editor. ")
              version ".tar.gz"))
        (sha256
         (base32
-         "1sg66nq8yaas2m5nqsdrxricvcizd1ik02zqk60sxh3wna08fz16"))))
+         "0wx77nbpzdh40p1bm527kimfj48vs9d2avpvvz2w42zi3pz2y94a"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-yesod-core" ,ghc-yesod-core)



reply via email to

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