guix-commits
[Top][All Lists]
Advanced

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

204/290: gnu: ghc-cheapskate: Update to 0.1.1.1.


From: guix-commits
Subject: 204/290: gnu: ghc-cheapskate: Update to 0.1.1.1.
Date: Wed, 6 Nov 2019 08:23:09 -0500 (EST)

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

commit 6f1bc53a6d0288f5550878f527ef0cc3183b4891
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:17:44 2019 -0400

    gnu: ghc-cheapskate: Update to 0.1.1.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-cheapskate): Update to 0.1.1.1.
---
 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 423a5ee..9d4b263 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1538,7 +1538,7 @@ Partial and Infinite Values\"}.")
 (define-public ghc-cheapskate
   (package
     (name "ghc-cheapskate")
-    (version "0.1.1")
+    (version "0.1.1.1")
     (source
      (origin
        (method url-fetch)
@@ -1548,7 +1548,7 @@ Partial and Infinite Values\"}.")
              ".tar.gz"))
        (sha256
         (base32
-         "1hiqi7h76shjzs2zj0j8g6wnq2hbiq1hmfafdazr97fba2zl2432"))))
+         "0qnyd8bni2rby6b02ff4bvfdhm1hwc8vzpmnms84jgrlg1lly3fm"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-blaze-html" ,ghc-blaze-html)



reply via email to

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