guix-commits
[Top][All Lists]
Advanced

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

184/249: gnu: ghc-invariant: Update to 0.5.3.


From: guix-commits
Subject: 184/249: gnu: ghc-invariant: Update to 0.5.3.
Date: Thu, 31 Oct 2019 23:49:59 -0400 (EDT)

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

commit f89853c12ea8388a0419b1d245cf70816f4f32dc
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:17:15 2019 -0400

    gnu: ghc-invariant: Update to 0.5.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-invariant): Update to 0.5.3.
---
 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 3f9d8dc..24231ec 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5281,7 +5281,7 @@ example code on the home page for a quick introduction.")
 (define-public ghc-invariant
   (package
     (name "ghc-invariant")
-    (version "0.5.1")
+    (version "0.5.3")
     (source
      (origin
        (method url-fetch)
@@ -5290,7 +5290,7 @@ example code on the home page for a quick introduction.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0aqj7z55632qdg45074kgn9qfdxzb0a2f8lgjzr0l0i4mm2rr37b"))))
+         "03245nhcqxx6b0yw81fzqaqd7cgllmx8awzhvs2xv7ys73pmsgnp"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-bifunctors" ,ghc-bifunctors)



reply via email to

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