[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: ghc-yesod-core: Update to 1.6.17.2.
From: |
guix-commits |
Subject: |
01/09: gnu: ghc-yesod-core: Update to 1.6.17.2. |
Date: |
Sun, 6 Dec 2020 21:41:11 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 4ad5ce4f78b9a6dc7061913c910c4db6a7d54d70
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Fri Dec 4 20:15:37 2020 +0100
gnu: ghc-yesod-core: Update to 1.6.17.2.
* gnu/packages/haskell-web.scm (ghc-yesod-core): Update to 1.6.17.2.
Signed-off-by: Timothy Sample <samplet@ngyro.com>
---
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 9a14918..5eb4f74 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1258,7 +1258,7 @@ avoid any issues with characters.")
(define-public ghc-yesod-core
(package
(name "ghc-yesod-core")
- (version "1.6.16.1")
+ (version "1.6.17.2")
(source
(origin
(method url-fetch)
@@ -1267,7 +1267,7 @@ avoid any issues with characters.")
"yesod-core-" version ".tar.gz"))
(sha256
(base32
- "0a0yv7wkwvb0n6iia532y9nzrirgnm09pjc8hpm0lx4ff609pgd2"))))
+ "0rcfksbxnwcpg5qh9vjkddv39q95mx4nxzgix51bbwa128hhzcwf"))))
(build-system haskell-build-system)
(inputs `(("ghc-wai" ,ghc-wai)
("ghc-extra" ,ghc-extra)
- branch master updated (1db5432 -> 0c86b24), guix-commits, 2020/12/06
- 01/09: gnu: ghc-yesod-core: Update to 1.6.17.2.,
guix-commits <=
- 02/09: gnu: Add ghc-yesod-test., guix-commits, 2020/12/06
- 03/09: gnu: Add ghc-wai-app-static., guix-commits, 2020/12/06
- 04/09: gnu: Add ghc-cryptonite-conduit., guix-commits, 2020/12/06
- 05/09: gnu: Add ghc-hjsmin., guix-commits, 2020/12/06
- 06/09: gnu: Add ghc-yesod-static., guix-commits, 2020/12/06
- 07/09: gnu: Add ghc-wai-handler-launch., guix-commits, 2020/12/06
- 08/09: gnu: Add ghc-wai-cors., guix-commits, 2020/12/06
- 09/09: gnu: Add hledger-web., guix-commits, 2020/12/06