guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: ghc-tabular: Downgrade to 0.2.2.7.


From: guix-commits
Subject: 01/06: gnu: ghc-tabular: Downgrade to 0.2.2.7.
Date: Wed, 25 Nov 2020 21:03:11 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 4e3b6235a427f3c278f65a0313da1d21b53232b7
Author: Carlo Holl <carloholl@gmail.com>
AuthorDate: Wed Nov 25 12:16:33 2020 -0800

    gnu: ghc-tabular: Downgrade to 0.2.2.7.
    
    * gnu/packages/haskell-xyz.scm (ghc-tabular): Downgrade to 0.2.2.7.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 d340df4..7f68b82 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13054,7 +13054,7 @@ increasing type safety.")
 (define-public ghc-tabular
   (package
     (name "ghc-tabular")
-    (version "0.2.2.8")
+    (version "0.2.2.7")
     (source
      (origin
        (method url-fetch)
@@ -13064,7 +13064,7 @@ increasing type safety.")
              ".tar.gz"))
        (sha256
         (base32
-         "0z936gh8n8i8qdkagyxwd9gqq13skd5fv013vdvwsibrxkm0czfb"))))
+         "1ysgq7rrks7f98nnvxil8xz1q27hxdgz4szbjhqwzbwd209dmy0k"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-csv" ,ghc-csv)



reply via email to

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