guix-commits
[Top][All Lists]
Advanced

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

14/33: gnu: ghc-cookie: Update to 0.4.3.


From: Tobias Geerinckx-Rice
Subject: 14/33: gnu: ghc-cookie: Update to 0.4.3.
Date: Tue, 5 Dec 2017 10:38:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6d39aee5216b8bac8bf3059a62f84ed3dc3f1032
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 2 03:51:43 2017 +0100

    gnu: ghc-cookie: Update to 0.4.3.
    
    * gnu/packages/haskell-web.scm (ghc-cookie): Update to 0.4.3.
---
 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 bbbbfba..0d4129f 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -65,7 +65,7 @@ for screen-scraping.")
 (define-public ghc-cookie
   (package
     (name "ghc-cookie")
-    (version "0.4.1.6")
+    (version "0.4.3")
     (source
      (origin
        (method url-fetch)
@@ -75,7 +75,7 @@ for screen-scraping.")
              ".tar.gz"))
        (sha256
         (base32
-         "0b6ym6fn29p5az4dwydy036lxj131kagrmgb93w4bbkqfkds8b9s"))))
+         "0qpdydhb9gw590ffabqg70x7xvjpg8l74idqnrfbhv5yrr7hryzv"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-old-locale" ,ghc-old-locale)



reply via email to

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