guix-commits
[Top][All Lists]
Advanced

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

136/328: gnu: ghc-wave: Update to 0.2.0.


From: guix-commits
Subject: 136/328: gnu: ghc-wave: Update to 0.2.0.
Date: Sat, 16 Nov 2019 19:32:42 -0500 (EST)

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

commit 3ad7ec14d8e7d0db9c67c61253f88dfad78381a3
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:31:33 2019 -0400

    gnu: ghc-wave: Update to 0.2.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-wave): Update to 0.2.0.
---
 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 a987600..ba512de 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11533,7 +11533,7 @@ given term should not exist.")
 (define-public ghc-wave
   (package
     (name "ghc-wave")
-    (version "0.1.5")
+    (version "0.2.0")
     (source (origin
       (method url-fetch)
       (uri (string-append
@@ -11542,7 +11542,7 @@ given term should not exist.")
              ".tar.gz"))
       (sha256
         (base32
-          "03zycmwrchhqvi37fdvlzz2d1vl4hy0i8xyys1zznw38qfq0h2i5"))))
+          "149kgwngq3qxc7gxpkqb16j669j0wpv2f3gnvfwp58yg6m4259ki"))))
     (build-system haskell-build-system)
     (arguments
      '(#:phases



reply via email to

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