guix-commits
[Top][All Lists]
Advanced

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

212/249: gnu: ghc-feed: Update to 1.2.0.1.


From: guix-commits
Subject: 212/249: gnu: ghc-feed: Update to 1.2.0.1.
Date: Thu, 31 Oct 2019 23:50:05 -0400 (EDT)

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

commit f530c03d454e241da59f8ff2345807e88b722efd
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:24:52 2019 -0400

    gnu: ghc-feed: Update to 1.2.0.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-feed): Update to 1.2.0.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 5e48fbc..9379015 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3358,7 +3358,7 @@ when used with GHC versions which already provide the
 (define-public ghc-feed
   (package
     (name "ghc-feed")
-    (version "1.0.0.0")
+    (version "1.2.0.1")
     (source
      (origin
        (method url-fetch)
@@ -3366,7 +3366,7 @@ when used with GHC versions which already provide the
                            "feed/feed-" version ".tar.gz"))
        (sha256
         (base32
-         "05rgg7x1984mgfhkmz792xj8lhwjgznixhygzr8blf517lns2nck"))))
+         "004lwdng4slj6yl8mgscr3cgj0zzc8hzkf4450dby2l6cardg4w0"))))
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision



reply via email to

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