guix-commits
[Top][All Lists]
Advanced

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

186/249: gnu: ghc-cheapskate: Update to 0.1.1.1.


From: guix-commits
Subject: 186/249: gnu: ghc-cheapskate: Update to 0.1.1.1.
Date: Thu, 31 Oct 2019 23:50:00 -0400 (EDT)

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

commit f0a3a587fd4bb61768a9f7d9d44ace7cccb703fa
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 80ebef6..34ab4d2 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1516,7 +1516,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)
@@ -1526,7 +1526,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]