guix-commits
[Top][All Lists]
Advanced

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

32/257: gnu: ghc-xhtml: Update to 3000.2.2.1.


From: Ricardo Wurmus
Subject: 32/257: gnu: ghc-xhtml: Update to 3000.2.2.1.
Date: Thu, 27 Sep 2018 15:46:53 -0400 (EDT)

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

commit 330936b567e6eb4729963686630ce96b021f6f23
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 21:21:29 2018 -0400

    gnu: ghc-xhtml: Update to 3000.2.2.1.
    
    * gnu/packages/haskell-web.scm (ghc-xhtml): Update to 3000.2.2.1.
---
 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 9ef9486..0a53136 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -708,7 +708,7 @@ documents.")
 (define-public ghc-xhtml
   (package
     (name "ghc-xhtml")
-    (version "3000.2.1")
+    (version "3000.2.2.1")
     (source
      (origin
        (method url-fetch)
@@ -718,7 +718,7 @@ documents.")
              ".tar.gz"))
        (sha256
         (base32
-         "1n6wgzxbj8xf0wf1il827qidphnffb5vzhwzqlxhh70c2y10f0ik"))))
+         "0939kwpinq6l4n3nyvd1gzyl7f83gymw0wzqndlgy1yc7q0nkj2w"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/haskell/xhtml";)
     (synopsis "XHTML combinator library")



reply via email to

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